Commit 4e5ca14a by BellCodeEditor

save project

parent bf483b74
Showing with 3 additions and 0 deletions
......@@ -13,3 +13,6 @@ turtle.done()
player=input("请出(剪刀/石头/布)")
print("玩家请出拳:"+player)
import random
random=list("石头/剪刀/布")
compute=random.choice(list)
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