diff --git a/diy1.py b/diy1.py index 036c2d5..f9df254 100644 --- a/diy1.py +++ b/diy1.py @@ -3,4 +3,4 @@ print("玩家出拳:"+player) import random list["剪刀","石头","布"] coputer = random.choice(list) -print("机器人出拳:"+coputer) \ No newline at end of file +print("机器人出拳:"+coputer)