0% found this document useful (0 votes)
157 views1 page

Class11 Holiday Homework Informatics Practices

IP

Uploaded by

Sushma Agarwal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
157 views1 page

Class11 Holiday Homework Informatics Practices

IP

Uploaded by

Sushma Agarwal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Delhi Public School, Siliguri

(Holiday Homework)
Subject: Informatics Practices Class: XI

(Chapters : Python Fundamentals and Data Handling)

1. What will be the output of the following?


a)
x=True
y=False
z=False
print(x or y and z)
b)
a=3
b=4
c=5
print(a+b/2**2*c)

2. Write the data type of the following literals:


3.5, „Student‟, “1052”, True, „„„False‟‟‟

3. Write the names of the following operators:


a) % d) in
b) // e) is not
c) ** f) and

4. Give two examples of each of mutable and immutable data types.

5. Write a program in Python to input three numbers and find their average.

(The answers must be handwritten and submit in A4 size pages)

1|P ag e

You might also like