🏃
Python 100제
/
☝
Python 100제 - 1권
/
🔥
문제13
/
✔️
답안
✔️
답안
planets = ['수성', '금성', '지구', '화성', '목성', '토성', '천왕성', '해왕성'] n = int(input()) - 1 print(planets[n])