🏃
Python 100제
/
☝
Python 100제 - 1권
/
🔥
문제32
/
✔️
답안
✔️
답안
n = input() l = list(n.strip().split()) print(len(l))