Install python3
Ensure you have installed pip3
Docs of Python 3.8 https://docs.python.org/3.8/
Docs of pip https://pip.pypa.io/en/stable/
Docs of unittest https://docs.python.org/3/library/unittest.html
Run in the terminal:
python3
And then:
'''
This is a block comment.
bla bla bla
'''
salute = 'hello world!'
print(salute)
# This is a line comment
exit()
Or run a Python file:
python3 baby-steps.py
pip install -r your-folder/requirements.txt