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