This repository consists of testings of Python fundamentals. The focus of this repository is to exercise basics ot Python. +1
- Program 8: Calendar of the month
- Program 9: Quadratic Equation
- Program 10: Swapping two variabls without temp variable
- Program 14: Prime Number Determination
- Program 22: Least Common Multiple of two input number
- Program 23: Highest Common Factor of two input number
- Program 24: Decimal number to binary, octal and hexadecimal
- Program 25: ASCII value Generator
- Program 30: Natural Logarithm Calculator
- Program 32: Sum of Array
- Program 33: Largest element in an Array
- Program 34: Array Rotation
- Program 35: Array after splitting and adding
- Program 36: Monotonic Array
- Program 37: Add Two Matrices