Python Training for Power Systems Engineers
For each of the following examples write down the answer you expect to see Python output.
A function is:
What is returned when your function doesn't have a return statement
What is one good use for a keyword argument
Which of these characters can you never put into a function name
What does the 'dir' function do?
What is a doc-string?