Hello world/Newbie: Difference between revisions

Content deleted Content added
Nbdsp (talk | contribs)
Line 1,624: Line 1,624:
Pythons official home site is [http://www.python.org/ http://www.python.org/].
Pythons official home site is [http://www.python.org/ http://www.python.org/].
It will point you to everything Python.
It will point you to everything Python.

===Python version 3===
print is now a function.
<pre>>>> print('hello world')</pre>


===Python on Windows===
===Python on Windows===