Home
/
02
/
016_章末問題解答
answer2_1.py
name = input("選手名は?") print("ゴー", name, "、ファイト", name, "!") # 章末問題 2章【1】解答例