From 9c1de304b7eab6040178350a9e4f97c74e30efda Mon Sep 17 00:00:00 2001 From: Lukas Baumann Date: Thu, 18 Feb 2021 18:38:00 +0100 Subject: [PATCH] Create 1 - Eggsactly.py --- 07/b/1 - Eggsactly.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 07/b/1 - Eggsactly.py diff --git a/07/b/1 - Eggsactly.py b/07/b/1 - Eggsactly.py new file mode 100644 index 0000000..a4a9779 --- /dev/null +++ b/07/b/1 - Eggsactly.py @@ -0,0 +1,3 @@ +num = int(input()) +print(num//12) +print(num%12)