Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Worksheet 1

Topic:Python Fundamentals

Class:XI Subject:Computer Science

Q1. Classify each of the following as either a legal or illegal Python identifier:

Q.2 .If x = 2 Indicate what each of the following Python statements would print.

Q.3. Find Output: if i2 = 5,i3 = -3,1 = 2.0,d2 = 5.0,d3 = -0.5


Q4. Write the shortest way to express each of the following statements.

Q5. Program with Output:

You might also like