You are on page 1of 3

APEEJAY SCHOOL PANCHSHEEL PARK

SUBJECT: COMPUTER SC. CLASS : XI


WORKSHEET
CHAPTER : Python Fundamentals

1. What do you mean by tokens?


2. State the difference between keywords and identifiers.
3. What do you mean by literals? Explain string literals with the help of example.
4. What do you mean by comments? How many ways the comments can be made? Give
example
5. How are relational operators different from logical operators?
6. What do you mean by None?
7. Explain Boolean data type with the help of example.
8. What is the difference between unary and unary operators?
9. Write a program to input height in inches. Convert the height in feet and display.
10. Write a program to input two numbers. Swap the numbers and display.

You might also like