Commit 1d39476d by BellCodeEditor

save project

parent ccc4274c
Showing with 4 additions and 3 deletions
# 我们都爱夸夸夸 # 我们都爱夸夸夸
t=input("出什么") t=input("出什么")
priny("玩家出"+t) priny("玩家出"+t)
import random
0=["石头","剪刀","布"]
t=random.choice(0)
print("计算机出"+t)
......
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