Commit 6e1155c1 by BellCodeEditor

save project

parent d4675538
Showing with 7 additions and 3 deletions
#name=input("你是谁") #name=input("你是谁")
#print("我是"+name) #print("我是"+name)
博豪=input("请输入剪刀/石头/布") #博豪=input("请输入剪刀/石头/布")
print(博豪) #print(博豪)
\ No newline at end of file import random
a=["石头","剪刀","布"]
dn=random.choice(a)
print(dn)
\ No newline at end of file
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