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