Ip Project Class 11 2021-2022
Ip Project Class 11 2021-2022
GEORGE
XI A 5
25
40384
INFORMATIC PRACTICES
PRACTICALS
INTERNATIONAL
INDIAN SCHOOL
JEDDAH
INTERNATIONAL INDIAN
SCHOOL, JEDDAH
CERTIFICATE
b) - operator
input output
c) * operator
input output
d) / operator
input output
e) ** operator
input output
f) // operator
input output
g) % operator
input output
c) -= operator
input output
d) *= operator
input output
e) /= operator
input output
4. Using relational operators
a) == operator
input output
b) != operator
input output
c) < operator
input output
d) > operator
input output
b) or operator
input output
c) not operator
input output
b) Not in operator
input output
7. Precedence of operators
input output
8. Creating a list
input output
9. Creating a tuple
input output
24. Write a program that asks the user for their name and
welcomes them
input output
25. Repeat the string ‘‘HELLO” n times. Here n is an integer
entered by the user.
input output
input output
b) Repetition of lists
input output
d) Slicing a list
input output
32. Transverse a list
input output
b) list
input output
c) append
input output
d) extend
input output
e) insert
input output
f) count
input output
g) find
input output
h) remove
input output
i) pop
input output
j) reverse
input output
k) sort
input output
l) sorted
input output
input output
35. Write a program to find frequency of a given element
in a list of numbers:
input output