Contains some basic codes in python.
- Short circuit evaluation .
- Pairing two lists in a new list.
- Display all no. less than n in a list.
- Check if a no. is fibonacci.
- Iterative & recursive way to generate fibonacci no.s .
- Print even length words in a sentence.
- seive of eratosthenes.
- Using Default & keyword arguments .