Commit 8f5f87d8 by BellCodeEditor

save project

parent 4cac003e
Showing with 12 additions and 3 deletions
# name=input("主人,请输入你的名字:")
# print(name+"你好~")
# print("主人你是男的还是女的")
import random
player=input("请输入石头/剪刀/布")
print("玩家出"+player)
s=["石头","剪刀","布"]
P=random.choice(s)
print("计算机出的是"+P)
\ No newline at end of file
neme=input("输入名字")
print(neme+"你好啊")
\ No newline at end of file
name=input("主人,请输入你的名字"):
print(name+"你好~")
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