Commit 225d8f9f by BellCodeEditor

save project

parent 2448380e
Showing with 1 additions and 2 deletions
......@@ -3,8 +3,7 @@ import random
player=input("请出拳:石头/剪刀/布")
print("玩家出的是:"+player)
#计算机出拳
list1 = ("石头","剪刀","布")
list2 =
list1 = ("石头","剪刀","布
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment