Class : XI
Subject : Informatics Practices
Chapter : 3 (Brief Overview of Python)
Assignment
Note: Do the following assignment in IP register
1. What is the extension of a Python script file?
2. What is the shortcut key to execute current Python code?
3. What is a variable? What are the rules for forming valid variable names
in Python?
4. How does a simple assignment statement work?
5. Which function is used to know the address of the memory location to
which a variable is referring?
6. Why is python called a dynamic type language?
7. Identify invalid variable names from the following, give reason for each:
Group, if, int, total marks, S.I., volume,
tot_strength, 9t, tag$
8. Write any four features of Python.
9. Write any four application areas of Python.
10. What is a text editor. Name any two text editors.
11. What is an interpreter?
12. What is IDLE? What are the two modes of working with IDLE?