Week 3 Flashcards
1
Q
What are functions?
A
Functions are a collection of programming instructions that
perform a specific task. e.g. print()
2
Q
What are arguments?
A
Arguments are the values passed to the function
3
Q
What is a return value?
A
A return value is a value returned by the function after it has completed its task