Exercise 3: Functions ===================== - **In problem 1** we will practice how to define very simple functions in order to remind ourselves about the basic syntax (input parameters, indentation, return value). - **In problem 2** you are asked to create a simple tool that converts temperatures from one temperature-type to another. Go to GitHub to get started: `Exercise 3: Functions `_