Can any one please explain functions concept | Sololearn: Learn to code for FREE!
0

Can any one please explain functions concept

16th May 2019, 3:21 AM
balivada tarun kumar
2 odpowiedzi
+ 1
Functions or definitions in python can be as complex or as simple as you would like. They can contain multiple variables and steps or they can do one specific thing. Typically, functions only do one thing and return one thing. https://code.sololearn.com/cgYRQ964kt3e/?ref=app
17th May 2019, 1:46 AM
Steven M
Steven M - avatar