/example-project

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

Primary LanguagePython

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