Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 318 Bytes

File metadata and controls

31 lines (18 loc) · 318 Bytes

Example project

Simple example project used in teaching Git (contains errors).

How to use this code

(Hint: suffix is missing)

Example usage:

$ python example 1.0 2.0

3.0

Another example:

$ python example 3.0 2.0

5.0

How to test this code

$ pytest example.py