← Back to List

27389번: Metronome ↗

Solutions

Python 3
38 B | 38 chars
n = float(input())
print(f'{n/4:.2f}')