python/2024-6-20-1.py

4 lines
40 B
Python

a=int(input())
print(a//13)
print(a%13)