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

Python WAP Loop Questions for Class 8

Uploaded by

smithsinha27
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)
10 views1 page

Python WAP Loop Questions for Class 8

Uploaded by

smithsinha27
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

class 8 (loop questions )

1. WAP in python with output to take a range from user and display all the numbers in between
the given range .
2. WAP in python with output to print first 10 even numbers .
3. WAP in python with output to print first 10 odd numbers .
4. WAP in python with output to display all even numbers between the range given by user .
5. WAP in python with output to display all odd numbers between the range given by user .
6. WAP to display all odd numbers and even numbers that fall between 10 and 25 including both
numbers.
7. WAP to accept 10 numbers from the user and display its average.
8. WAP to print the first 10 even numbers in reverse order.
9. WAP to print a table of a number accepted from the user.

You might also like