/learn_py

I guess I should get better at python

Primary LanguagePython

Learning Python

Just some random code to learn python

Activate venv

To create a venv,

python3.11 -m venv ./venv

and to activate it

source venv/bin/activate