What is Python?
Binary language
Scripting language
Programming language
Computer language
Answer
Why was the programming language named as Python?
The developer's love for snakes
It is named after the British comedy group Monty Python
Both of the above
None of the above
Answer
Who developed Python programming language?
Brendan Eich
Guido van Rossum
James Gosling
Rasmus Lerdorf
Answer
In which year was Python developed?
1995
2001
1991
1994
Answer
What type of programming language is python?
Interpreted programming language
interactive programming language
Object-oriented programming language
All of the above
Answer
What is the extension of Python files which contains the source code?
.p
.python
.py
.pyc
Answer
Is Python interpreted or compiled language?
Python is neither interpreted or compiled
Python is both interpreted and compiled
Python is only interpreted
Python is only compiled
Answer
In which language is Python written?
C
C++
PHP
Java
Answer
What are the the rules that define python programming language called?
Code
Comments
Syntax
Procedures
Answer
How is a block of code defined in python?
( ... )
{ … }
spaces ot tab
Enter
Answer