Ai Practical File Ix 2024 (1)
Ai Practical File Ix 2024 (1)
PYTHON
Student Name :
Grade : IX - PYTHON
Roll No. :
10 Input a number and check if the number is positive, negative or zero and display an
appropriate message
11 Write a Program to print the first 10 even numbers
14 Create a list List_1=[10,20,30,40]. Add the elements [14,15,12] using the extend function.
Now sort the final list in ascending order and print it.
15 print the elements from position third to fifth using negative indexing
Program 1: To print personal information like Name, Father’s Name, Class, and School Name.
# To print personal information like Name, Father’s Name, Class, and School Name.
OUTPUT