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

Xi Practical File PDF

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

Xi Practical File PDF

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

Practical File Work

Class XI Science
2024-25
General instructions:
 Do all the questions in python. After successful execution , take
screenshot of code and output and then print the file.
 Do each question on separate page

1. Write a program to print fiboacci series i.e. 0,1,1,2,3,5,8,………………………


2. Write a program to input a date and check the validity of date
3. Write a program to input a string and substring and check if string
contain substring or not
4. Write a program to print the following pattern
a. 1
b. 22
c. 333
d. 4444
e. 55555
5. Write a program which accept a string and calculate number of lower
case, upper case letter individually.
6. Write a program to input a string and check if it palindrome or not
7. Write a python program to input a string having digits in it and return the
sum of digits present in the string.
8. Write a python program to input a number and check if it is prime,
perfect or Armstrong number.
9. A list contains the following elements
a. [ 5, -2.-6, 7, 9, -10, -34, -75 , 43]
Write a program to shift negative numbers to the left and positive
numbers to the right of the list
10. Write a program to find the sum of following geometric series:
a. S=a+ar+ar2+ar3+ar4+…………………….arn
11. Write a program to delete all the even and positive number from a list
12. Write a python program to find the lowest 2 values from a dictionary
13. Write a program to input two tuples and interchange the values of tuple
14. Write program to create a dictionary student to store details like school
name(key) and student name(value). The program should ask the user to
enter details according to user choice and display the name of the
student with school name.
15. Write a program to display random integer number between 1 to 100

You might also like