how to execute a .py file code example
Example: run python.py file
# save a file in text editor with .py
# open terminal, and change directories
# run the following command:
python3 file.py
# save a file in text editor with .py
# open terminal, and change directories
# run the following command:
python3 file.py