python_setup
python_setup,
discusses how to install Python on your computer.
The notes:
Scripts:
-
hello.py,
a one-line script that says hello. Run it by writing "python3 hello.py"
-
loop.py,
a short script that prints 10 numbers and their sum.
Run it by typing "python3 loop.py"
Images:
Last revised on 26 August 2019.