python/roue.py
2022-12-28 09:00:47 +01:00

6 lines
60 B
Python

from math import *
nZone = int(input())
print(nZone % 24)