Python Questions
Python Questions
UNIT-II
PART A
1. Define python
Python is an object-oriented, high level language, interpreted, dynamic and
multipurpose programming language.
In immediate mode, you type Python expressions into the Python Interpreter
window, and the interpreter immediately shows the result.
Alternatively, you can write a program in a file and use the interpreter to
execute the contents of the file. Such a file is called a script. Scripts have
the advantage that they can be saved to disk, printed, and so on.
a
b
c
d
Page 7
[Type text]