Week 3 Flashcards

1
Q

What are functions?

A

Functions are a collection of programming instructions that
perform a specific task. e.g. print()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are arguments?

A

Arguments are the values passed to the function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a return value?

A

A return value is a value returned by the function after it has completed its task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly