Commit dc618ae6 by BellCodeEditor

save project

parent b52c3af4
Showing with 3 additions and 1 deletions
......@@ -2,4 +2,6 @@
player=input("出拳(剪刀/石头/布):")
print("玩家出拳:"+player)
import random
compurter=random.choice("剪刀/石头/布")
list=("剪刀","石头","布")
compurter=random.choice(fist)
print(compurter)
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