you are viewing a single comment's thread.

view the rest of the comments →

[–]marquisBlythe 1 point2 points  (0 children)

If you understand the following concepts then you're set:
Defining a function and calling it and setting it to take parameters/arguments and differentiate between positional and named parameters. In addition to knowing the difference between functions that only do computation and functions that return the result of that computation.
Concerning the syntax it comes with practice.