Commit a48a7ff6 by BellCodeEditor

save project

parent 4cac003e
Showing with 19 additions and 3 deletions
neme=input("输入名字")
print(neme+"你好啊")
\ No newline at end of file
# name=input("主人")
# pring(name+"驾到~")
# pring("name+主人真哀")
# h=input("你喜欢吃蛋糕吗")
import random
n=input("请玩家输入石头/剪刀/布:")
print("玩家出的是"+n)
c=["石头","剪刀","布"]
p=random.choice(c)
print("机算机出的是"+p)
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