Python learning: Hello world 1
1) Hello world!!!
The Python 2. versions and Python 3 actually differently - in Python 2, the "print" command is not a function, and therefore it is invoked without parentheses.
However, in Python 3.X, it is a function.
Here I'm using Python 3.3 version
To print a simple line
No comments:
Post a Comment