June 2018
Intermediate to advanced
294 pages
7h 5m
English
In this section, I will list all the basic operations that you need to be aware of when using the Python language:
$python [the_python_file_name.py]
You can also use the following:
$./[the_python_file_name.py]
$chmod +x [the_python_file_name.py]
# Comment one line""" the three double quotes can be usedfor multiple lines comments"""