Python Quiz

1. Python was developed by?

Guido van Rossum
James Gosling

2. Python is a?

High-Level Language
Assembly Language

3. Extension of Python file?

.py
.python

4. Keyword to define a function?

def
function

5. List is represented using?

[]
()

6. Tuple is represented using?

()
{}

7. Dictionary is represented using?

{}
[]

8. Python is?

Interpreted Language
Compiled Only

9. Single-line comment symbol?

#
//

10. Python supports?

OOP
Networking Only