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