ClassXI Python Worksheet
ClassXI Python Worksheet
(g) To start Python from the command prompt, use the ______.
2. True or False
(i) Interactive mode does not save the commands entered by you in the form of a program.
(ii) Alt+R is used to repeat the last typed command in Python shell.
Python is a/an:
(i) Compiled (ii) Interpreted (iii) Compiled & Interpreted (iv) None of these
(a) Programs are the set of instructions given to a computer to perform a particular task.
(b) Python was developed by Guido van Rossum.
(c) Python is called a/an interpreted language.
(d) Python is a/an simple language in terms of its syntax.
(e) In Python, a syntax error is detected by the interpreter.
(f) Python is a/an platform independent language.
(g) To start Python from the command prompt, use the python.
(h) Python programs are saved using the .py extension.
(i) Python programming can be done in interactive and script modes.
(j) Python is a dynamically-typed language. ✅
(k) The shortcut key to run Python script is F5 in IDLE.
2. True or False
Simple syntax
Dynamically typed