🏃
Python 100제
/
☝
Python 100제 - 1권
/
🔥
문제11
/
✔️
답안
✔️
답안
s = 0 for i in range(101): s += i print(s)