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