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: