36-
Consider the following function call:
What is the function name and what is the first argument?
The function name is min and the first argument is x
Functions in Python don't have names (they're anonymous functions), but the first argument is x.
The function name is min, but you need to see the function definition to determine the arguments.
Functions in Python don't have names (they're anonymous functions) and you need to see the function definition to determine the arguments
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here