DIPLOMA IMPLANT TRAINING: PYTHON SET 7
(IF-Else Ladder )
In- class Programs
1. Write a program to find biggest of three no’s by using logical operator
2. Write a program to take sides of a triangle and check the type of the triangle
3. Write a program to print the Digit from 0 to 9 in words using if-else ladder
4. Write a program to find the position of a point in a Cartesian coordinate system
5. Write a program to find the grade of a student of a subject based on given table.
6. Write a program to find grade of an employee based on the following given table.
7. Write a program to take days number and print the day of the week
Assignment Programs
8. Write a program to find the biggest of four numbers by using the logical operator
9. Write a program to take Months number and print the Month name of the year
10. Write a program to take color number of the RAINBOW ( VIBGYOR) and print the color
name
( NOTE: Take the input from the user)
*****