[go: up one dir, main page]

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

Python Practical

Uploaded by

sahanakumar2406
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)
4 views1 page

Python Practical

Uploaded by

sahanakumar2406
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

CHKPT III __ ICT 05

Name of Student: _______________ ​ Worksheet Date:________________

Topic: Python _Practical Submission Date: ____________

Q1. Accept the temperature in degree Celsius of water and check whether it is
boiling or not (boiling point of water in 100 °C).
Q2. Write a program to check whether a person is eligible for voting or not.
(voting age > = 18)
Q3. Write a program to check whether a person is senior citizen or not.
Q4. Write a program to check whether a number (accepted from user) is
positive or negative.
Q5. Accept the age of 4 people and display the youngest one.
Q6. Write a Python program to print the series.1,4,7,10,13(For loop)
Q7. Write a Python program to print the sum of the first 5 natural numbers.
Q8. Write a Python program to print the table of 10.(While loop)
Q9. Write a Python program to print the first 10 natural numbers in reverse
order.(For & While loop)
Q10.Write a Python program to print the series and find the sum of the series
0,1,8,27,64 (For loop)
Q11. Write a Python program to print the reverse of a 3 digit number.(While
loop)
Q12. Write a Python program to print the cube of the number in the range
entered by the user.(While loop)
Q13.Write a Python program to print the odd numbers between 30 and 60(For
loop)


smsisjc/A/c/03 Page 1 of 1

You might also like