Practical Index Class X AI
Practical Index Class X AI
I Python Revision
Using Conditional and looping statement
1. WAP to check if a person can vote
2. WAP to check the grade of a student
3. Input a number and check if the number is
positive, negative or zero and display an
appropriate message
VI Using Numpy
12. Write a program to calculate mean, median and mode using
Numpy
13. Write a program to display line chart from (2,5) to (9,10).
14. Write a program to display a scatter chart for the
following points (2,5), (9,10), (8,3), (5,7), (6,18).
VII Using CSV file
15. Read csv file saved in your system and display 10 rows.
16. Read csv file saved in your system and display its
information