notebook.community
Edit and run
In [1]: print('hello world') print(100) print(127.3)
print('hello world') print(100) print(127.3)
hello world 100 127.3
In [ ]: