Python Quiz 2


Watch this video before you take the Quiz


10 Questions | 1 Point for every correct answer | Let’s Get Started

1.

List in Python is Mutable (changeable)

 
 

2.

Tuple in Python is Mutable

 
 

3.

What is self in Python

 
 

4.

What is __init__()

 
 
 

5.

Break terminates the loop

 
 

6.

Continue skips the current iteration of the loop

 
 

7.

What does .py files contain

 
 

8.

What does .pyc files contain

 
 

9.

Python is called Interpreted because source files (.py) can be run directly without explicitly creating executable files

 
 

10.

What is the last ver of Python 2

 
 
 

37