Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 343 Bytes

File metadata and controls

12 lines (8 loc) · 343 Bytes

Python Practice

These are a few python scripts written to pratice basic python programming.

Scripts

The scripts included are:

  • Password generation script
  • Fibonacci sequence builder (implement in O(n))

Installation

No fancy installation is required. Do a git clone and then run each script with python name_of_script.py.