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