🏃
Python 100제
/
☝
Python 100제 - 1권
/
🔥
문제2
/
✔️
답안
✔️
답안
l = [200, 100, 300] l.insert(2, 10000) print(l)