1. What is the purpose of subroutines in programming?
To reduce the size of the code
To add more colors to the graphics
To simplify and organize code
To make the code run faster
2. What is the correct way to define a subroutine in Python?
function subroutine_name():
subroutine subroutine_name():
def subroutine_name():
define subroutine_name()