L3 Python - Selection Flashcards
1
Q
Subroutines:
A
- A subroutine is a sequence of instructions to perform a specific task
- Subroutines can be called upon whenever they are required
- defjust defines a subroutine – it is not executed unless the subroutine is called