Commit f00c499c by BellCodeEditor

save project

parent cf354330
Showing with 4 additions and 0 deletions
import random
D=input("玩家出拳 石头/剪刀/布")# 玩家出拳 D=input("玩家出拳 石头/剪刀/布")# 玩家出拳
print("玩家出"+D) print("玩家出"+D)
A=("石头","剪刀","布")
B=random.choice(A)
print("计算机"+B)
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