0

How do I figure out how many functions are in a variable?

I need help figuring out question 2.

14th Nov 2016, 11:05 AM
Brandon
2 Answers
+ 1
Can you rephrase this question? Best I can figure out you might mean parameters to a function?
14th Nov 2016, 8:38 PM
Kirk Schafer
Kirk Schafer - avatar
+ 1
Keep this in mind: def function_name(function_parameters): code lines .... It might help.
18th Nov 2016, 8:38 AM
David Mwangi Mathenge
David Mwangi Mathenge - avatar