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 #3
def my_function(arg1, arg2):
return arg1 + arg2
No additional keywords are necessary to call a function. (docs.python.org/3/faq/programming.html#core-language)
How to call the following function?
— The Python Quiz (@thepythonquiz) May 13, 2020
def my_function(arg1, arg2):
return arg1 + arg2
my_function(arg1, arg2)
exec my_function(arg1, arg2)
run my_function(arg1, arg2)#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅