Commit 97e7764b by BellCodeEditor

save project

parent 13fb1f68
Showing with 1 additions and 1 deletions
import random import random
while True while True:
player = input("请出拳,石头/剪刀/布\n") player = input("请出拳,石头/剪刀/布\n")
list=["剪刀","石头","布"] list=["剪刀","石头","布"]
computer=random.choice(list) computer=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