notebook.community
Edit and run
In [2]: print("hello!");
print("hello!");
hello!
In [3]: print("how are you?");
print("how are you?");
how are you?