Class 9 Python practice questions for Term1-1
Class 9 Python practice questions for Term1-1
Exercises
1. Fill in the blanks
1. ____ is the smallest valid unit in a program.
2. The full form of IDLE is ____________.
3. The ____ operator Integer divides the first number by the second and returns
an integer
4. ___, ____, ___ are example of keywords
5. The shortcut to run a Python module is ___.
6. The ________ function is used to accept user input in a python program
7. The ___ is an interactive window where you can type Python commands and
see the output in the same window.
8. The ___ is a blank space character used in Python.
9. The full form of HLL is ________.
10. ___ and __ are relational operators used in Python coding.