These are a few python scripts written to pratice basic python programming.
The scripts included are:
- Password generation script
- Fibonacci sequence builder (implement in O(n))
No fancy installation is required. Do a git clone and then run each script with python name_of_script.py.