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

Class 8 Python Assignments

The document outlines a series of Python programming assignments for Class 8 students under the CBSE curriculum. It includes tasks such as printing personal information, performing arithmetic operations, checking even or odd numbers, finding the greatest of three numbers, displaying multiplication tables, summing natural numbers, reversing numbers, counting vowels in strings, and working with lists. Additionally, it features a menu-driven program for calculating squares or cubes of numbers.

Uploaded by

naren.forgame
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

Class 8 Python Assignments

The document outlines a series of Python programming assignments for Class 8 students under the CBSE curriculum. It includes tasks such as printing personal information, performing arithmetic operations, checking even or odd numbers, finding the greatest of three numbers, displaying multiplication tables, summing natural numbers, reversing numbers, counting vowels in strings, and working with lists. Additionally, it features a menu-driven program for calculating squares or cubes of numbers.

Uploaded by

naren.forgame
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

Python Programming Assignments – Class 8

(CBSE)
1. Write a Python program to print your name, class, section, and school name on separate lines.

2. Write a program that takes two numbers as input and displays their addition, subtraction,
multiplication, and division.

3. Write a program to input a number and check whether it is even or odd.

4. Write a program to input three numbers and print the greatest among them.

5. Write a program to display the multiplication table of a number entered by the user (up to 10).

6. Write a program to input a number N and find the sum of first N natural numbers using a loop.

7. Write a program to input a number and reverse it.

8. Write a program to input a string and count the number of vowels in it.

9. Write a program to create a list of 5 integers and print the sum, maximum, and minimum values.

10. Write a menu-driven program to find the square or cube of a number or exit the program.

You might also like