Skip to content

Commit

Permalink
Added design.md (exercism#7)
Browse files Browse the repository at this point in the history
* added design.md
added : currency-exchange/.meta/design.md
  • Loading branch information
Yabby1997 authored Nov 28, 2020
1 parent 2896239 commit 8717d50
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Goal

The goal of this exercise is to teach the student how to use arithmetic operators and type casting between `int` and `float` in Python

## Learning objectives

- use `+`, `-`, `*`, `/` to add, subtract, multiply, divide numbers(`int` and `float`).
- use `int()` to cast `float` to `int`.

0 comments on commit 8717d50

Please sign in to comment.