notebook.community
Edit and run
In [1]: print('hello world') print(100) print(123.7) print(4+5)
print('hello world') print(100) print(123.7) print(4+5)
hello world 100 123.7 9