🏃
Python 100제
/
☝
Python 100제 - 1권
/
🔥
문제49
/
✔️
답안
✔️
답안
data = list(map(int, input().split())) print(sorted(data)[-1])