notebook.community
Edit and run
In [4]: print("hello")
print("hello")
hello
In [5]: x = 10 print(x)
x = 10 print(x)
10
Please take your time to understand us.
In [7]: print(x)
print(x)