0
How do I figure out how many functions are in a variable?
I need help figuring out question 2.
2 Réponses
+ 1
Can you rephrase this question? Best I can figure out you might mean parameters to a function?
+ 1
Keep this in mind:
def function_name(function_parameters):
code lines ....
It might help.