SIMPLE PYTHON PROGRAM TO IMPLEMENT FUNCTIONS (for the folder "week 10 java")
- Write a python program to calculate the sum of Two numbers and Three numbers. However, if the sum is between 120 to 320 it will return 200.
- Implement a python function to find the Maximum of Three numbers.
- Write a python program to calculate the Factorial of a given number.
- Write a python program to Check if a Number is Even or Odd and also check whether it is Prime or not.
- Implement a python function to Reverse a given String and also check for palindrome or not.
- Write a python program to Generate Fibonacci Sequence.
- Write a python program to calculate the area and perimeter of different geometric shapes (circle, rectangle, triangle, etc.).
- Implement a python function to Convert Celsius to Fahrenheit and Fahrenheit to Celsius.
- Write a Python program that accepts a string and counts the number of upper and lower case letters.
- Write a python program to perform Arithmetic operations on Complex Numbers.