python-practice Basic python programming for beginners Steps to run fibonacci series - git clone https://github.com/ankushkumar11/python-practice.git cd python-practice python3 >>import fibo >>fibo.fib(100) Steps to run test cases - python3 test.py Python Docs See Python docs License MIT