← Back to List

32458번: Just Round Down ↗

Solutions

Python 3
31 B | 31 chars
a,b=input().split(".")
print(a)