8
-vim-
6y

$ python

Python 3.6.1 (default, Feb 2018, 42:06:66)
[GCC 4.8.2] on linux

>>> print(None)
None
>>> print("The ideas in my head are always better")
The ideas in my head are always better

Comments
Add Comment