diy1.py 93 Bytes Edit 1 2 3 4 # 玩家出拳 name= "Tony" choice = input("Rock/Paper/Scissor") print(name+" Choose"+choice)