notebook.community
Edit and run
In [1]: print("hello world!") print(100) print(123.7)
print("hello world!") print(100) print(123.7)
hello world! 100 123.7