Comparing normal code with subprograms.
Showing why we use subprograms.
Showing how to write subprograms in Python.
def name_of_subprogram():
code
Showing how to call subprograms in Python.
name_of_subprogram()
Code available at
https://repl.it/@dluther/PythonAdvent...