0

What is the purpose of my_func

17th Nov 2016, 4:59 PM
serenity
3 odpowiedzi
+ 1
That's just the function name. If you noted, it is the same name used to call the function later on in the code. Function parameters are passes after that definition.
18th Nov 2016, 8:35 AM
David Mwangi Mathenge
David Mwangi Mathenge - avatar
0
Def my_func(parameter_1,parameter_2): for parameter_2 in parameter_1: do stuff in short....whatever you want!
18th Nov 2016, 12:43 AM
Alex Schrichte
Alex Schrichte - avatar
0
thank you
18th Nov 2016, 3:49 PM
serenity