Python basic and advanced practice code.
This repository contains all the sample basic programs of python.
Algorithms:
- euclid.py: Finding Greatest Common Divisor(GCD) between two numbers using Euclid's algorithm.
Examples:
- hello_world.py: Hello world program.
- indentation.py: Indentation guidelines and best practices.