This is a test notebook.


In [ ]:
# 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."
  • And, this is a markdown list item.

In [ ]: