The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #68
def func(foo):
pass
It's a parameter! A parameter is a named entity in a function (or method) definition that specifies an argument (or in some cases, arguments) that the function can accept. (docs.python.org/3.8/glossary.html)
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: