0% found this document useful (0 votes)
3 views1 page

Python SET 7

The document outlines a training program focused on Python, specifically using IF-Else ladders. It includes in-class exercises such as finding the largest of three numbers, determining triangle types, and printing numbers in words, as well as assignment tasks like finding the largest of four numbers and identifying days of the week. Each program requires user input for interaction.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Python SET 7

The document outlines a training program focused on Python, specifically using IF-Else ladders. It includes in-class exercises such as finding the largest of three numbers, determining triangle types, and printing numbers in words, as well as assignment tasks like finding the largest of four numbers and identifying days of the week. Each program requires user input for interaction.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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)

*****

You might also like