notebook.community
Edit and run
In [1]: print "hello world"
print "hello world"
hello world
In [2]: print "Note"
print "Note"
Note
In [ ]: