Python: Your first words
In this tutorial you will learn how to say "Hello world!" in Python.
IMAGES WILL BE ADDED LATER. PLEASE WAIT FOR IMAGES.
Step one: Install it.
Use the installer to install it. A restart is not required.
Step two: Open python
Open the Python IDE.
Here you will have the shell.
Go to FILE > NEW FILE.
Here you will have the Python IDE.
Type:
print("Hello world!")
If that does not work type:
print "Hello world!"
This is most likely caused by version differences.
Thank you for reading!
You can save it as a "py" file.
It will open in the commandprompt.