My Python Quiz
The ultimate place to learn Python!
⌂
|
Start Quiz
|
List of questions
|
Other Quizes
Question #1:
what does the following code do?
def a(b, c, d): pass
defines a list and initializes it
defines a function, which does nothing
defines a function, which passes its parameters through
defines an empty class
Next Question