0% found this document useful (0 votes)
10 views2 pages

Practice Paperpythoncoding

This document is a practice paper for Class VIII focused on coding in Python. It contains a series of programming tasks that require students to write functions to perform various operations such as calculating areas, checking even/odd numbers, and basic arithmetic. The tasks are designed to enhance students' understanding of Python programming concepts.

Uploaded by

aadiedatta.0810
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 views2 pages

Practice Paperpythoncoding

This document is a practice paper for Class VIII focused on coding in Python. It contains a series of programming tasks that require students to write functions to perform various operations such as calculating areas, checking even/odd numbers, and basic arithmetic. The tasks are designed to enhance students' understanding of Python programming concepts.

Uploaded by

aadiedatta.0810
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 -VIII

Practice Paper
(Coding in python)

1) WAPP to accept the side of a square and find its area.


2) WAPP to accept the length and breadth of a rectangle and find
its area.
3) WAPP to accept the radius of a circle and find its area.
4) WAPP to take two numbers from user. Add those two
numbers and divide by 10. Display the result.
5) WAPP to accept a number from user and check whether it is
even or odd.
6) WAPP to print the numbers from 1 to 25.
7) WAPP to print the even numbers from 50 to 100.
8) WAPP to print your name ten times.
9) WAPP to display all the games available in the given list.
(Cricket, Badminton, Football, Tennis, Squash)
10) WAPP to display the sum of first five numbers.
11) WAPP to display the spelling of cricket.
12) WAPP to accept two numbers. Check first number is
greater than second number and is also greater than digits 15
and 10.
13) WAPP to check 1st number is greater than the 2nd number
or not. Also check whether they are equal or not.
14) WAPP to take two numbers from user and display their
quotient and remainder.
15) WAPP to take a number from user and display its square.
(USE PYTHON FUNCTION)

16) WAPP to find the largest number amongst the three user
input numbers.
17) WAPP to multiply two numbers provided by the user.
18) WAPP to take name as an input from the user and print
“Hello! _(name)_, welcome to class VIII”
19) WAPP to add two numbers provided by the user.
20) WAPP to take value as an input from the user and print
“Here I am representing ________”.

You might also like