Create 1 - Eggsactly.py

This commit is contained in:
Lukas Baumann 2021-02-18 18:38:00 +01:00 committed by GitHub
parent 3cb9083e71
commit 9c1de304b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
07/b/1 - Eggsactly.py Normal file
View File

@ -0,0 +1,3 @@
num = int(input())
print(num//12)
print(num%12)