← Back to List

34362번: Above ↗

Solutions

Python 3
33 B | 33 chars
n = float(input())
print(n - 0.3)