Write a Program along with the output in Google colab and share file over the mail:-
kriti@learninglabb.com
1.Write a program that checks if a number is even or odd.
2.Write a program that assigns grades based on marks:
Marks >= 90: Grade A
Marks >= 80: Grade B
Marks >= 70: Grade C
Marks < 70: Fail
3.Write a program to check if a number is divisible by both 3 and 5.
4.Write a program to determine if a triangle is valid based on its angles. A triangle is valid if the
sum of its angles equals 180°.
5.Write a program to check if a number is positive, negative, or zero.
6.Write a program to check if a number is greater than 10.
7.Write a simple calculator program that performs addition, subtraction, multiplication, or
division.