프로그래밍 공부 1. Python hello.py print("hello") dinner.py import random print(random.choice(["탕수육", "떡볶이"])) lotto.py dust.py