0% found this document useful (0 votes)
40 views

00-Class 10 Program List Order Modified Simple To Complex 2024-25

Programmes of python

Uploaded by

gk2887362
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

00-Class 10 Program List Order Modified Simple To Complex 2024-25

Programmes of python

Uploaded by

gk2887362
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

AI (Sub code:417)- Python Practical Program List 2024-25

CLASS X
1. WAP to read the distance in kilometres and print it in meters.
2. WAP to find the circumference and area of a circle with given radius.
3. WAP to input 2 numbers and swap them using a third variable tempvar.
4. WAP to input 2 numbers and swap them without using a third variable.
5. WAP to perform arithmetic operations as per the choice entered by user.
6. WAP that ask user to input number of seconds and then print it in several
minutes and seconds.
7. WAP to find the numbers of digits in a number input as integer given by the user without using
list operations.
8. WAP in python to calculate average of user input numbers using iterative statement.
9. WAP to insert student names into a List and sort them.
10. WAP to plot a line chart to depict the batting average of five matches of a batsman. Give
appropriate axis labels.
11. Marks is a list that stores marks of 5 subjects of a student in a unit test. Write a program to plot
the student’s performance using bar graph.
12. Create a List log10lst that stores the log10 values of the elements in the List elemntslst. Write
a program to make scatter plot of elementslst vs log10lst and also plotted with green
triangular markers.
13. Write a Python program to plot a bar graph between prices of grocery in April and November in
this year given in a CSV file

14. WAP to read marks of a student from CSV file and plot bar graph

15. WAP to read and write images using the openCV package .
16. WAP to resize image using openCV package.

You might also like