Commit ed1866f0 by BellCodeEditor

save project

parent 9312b10b
Showing with 86 additions and 0 deletions
zmn=input("输入:你出什么?") zmn=input("输入:你出什么?")
print("你出的是:"+zmn) print("你出的是:"+zmn)
import random
ABC=["石头","剪刀","布"]
wc=random.choice(ABC)
print("电脑出的:"+wc)
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