I am currently working on a Intro to Pandas and Jupyter activity and I ran into an issue. I am trying to print the following string: ___ was published by ___ in ___. The following code keeps on changing "in" to a iteration (correct me if that s the wrong terminology). How can I get it to print the word "in"?
print(“row[0]+”由“+row[8]+”中的“+row[9]+”发布。)
SyntaxError:未终止的字符串文字(在第8行检测到)