notebook.community
Edit and run
In [ ]: # This is a comment in the first input cell. my_str = " ".join(["This is","an output cell."]) my_str
# This is a comment in the first input cell. my_str = " ".join(["This is","an output cell."]) my_str
In [ ]: print "This is " + "printed output."
print "This is " + "printed output."
In [ ]: