This repo consists code of all the programs discussed at http://programminginpython.com/
- Python program to check whether a number is Palindrome or not
- Python program to find reverse of a number
- Python program to find reverse of a number using slice
- Python program to find average of N numbers
- Python Program to find whether an integer is even or odd number
- Python program for performing Arithmetic Operations
- Python Lists – Add, Append, Modify, Remove, Slice