Ai Portfolio Final
Ai Portfolio Final
SHARJAH
CERTIFICATE
Date :_____________
_________________ ___________________
Teacher in charge External Examiner
CLASS X- Artificial Intelligence (417)
Student name :
roll no. :
Advance python programs INDEX
4 Computer vision
5 Data Science
Class 10 – PORTFOLIO 24-25
1. WAP to calculate and display discount based on the sale amount.
Amount Discount
0-5000 5%
5000-15000 12%
15000-25000 20%
above 25000 30%
INPUT
OUTPUT
2. WAP to find the amount of purchase of goods by entering the price and quantity with the following
conditions . Do the code if amt greater than 100 otherwise display the message Amount less than 100
3. WAP to find the shipping cost of online items to US and AU. User should enter the total number of Items
to dispatch and Country to dispatch
OUTPUT
OUTPUT
OUTPUT
OUTPUT
II. Control statements :-While loop
10. Write a program to print numbers less than 5.
INPUT
OUTPUT
OUTPUT
OUTPUT
15. WAP to display a scatter chart for the following points ( 2,5),(9,10),(8,3),(5,7),(6,18).
INPUT
OUTPUT
16. WAP to display line chart from (2,5) to (9,10).
INPUT
OUTPUT
17. WAP to Read csv file saved in your system and display its information.
INPUT
OUTPUT
19. Write a program to read an image and identify its shape using Python.
INPUT
OUTPUT