notebook.community
Edit and run
In [3]: print('hello ')
print('hello ')
hello
In [4]: print(66666)
print(66666)
66666