Files
python/reference/concepts/function_signature.md

6 lines
232 B
Markdown
Raw Normal View History

# Function signature
TODO: ADD MORE
- functions take named arguments which are accessible within the body of the function; this one requires the student to make a function that accepts 2 [hamming](../exercise-concepts/hamming.md)