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