notebook.community
Edit and run
In [1]: print("hello world")
print("hello world")
hello world
In [2]: print("I'm a boy ")
print("I'm a boy ")
I'm a boy
In [3]: print('123456')
print('123456')
123456