Quiz
Technical Quiz
1.
The Python interpreter works:
A.
from top to bottom through your code
B.
through all your code in one single go
C.
from the last line of your code up
D.
from where you first call the algorithm
1 / 5
The Python interpreter works:
from top to bottom through your code
through all your code in one single go
from the last line of your code up
from where you first call the algorithm