From ded882b260a406647f513db827d94750d510f908 Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 30 May 2019 12:17:48 +0200 Subject: [PATCH] init --- calculation.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 calculation.py diff --git a/calculation.py b/calculation.py new file mode 100644 index 0000000..5a3bbb3 --- /dev/null +++ b/calculation.py @@ -0,0 +1,3 @@ + +def hoursSpent(t1, t2): + return 2