retouw.nl
Day 10
Day 10 was about functions with outputs (return) some string manipulation and adding docstring to functions for documentation purposes. Notes funcions with outputs def function(): results = 3*2 ret…