Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 480 Bytes

Day3-Exercise3-Functions.rst

File metadata and controls

9 lines (6 loc) · 480 Bytes

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