Commit 9df1a33e by BellCodeEditor

save project

parent a1813155
Showing with 7 additions and 3 deletions
a=input("请问你叫什么名字?")
print(a+",你是最胖的")
\ No newline at end of file
r=input("请出拳(剪刀/石头/布):")
print("玩家出拳:"+r)
import random as r
list=["剪刀","石头","布"]
l=r.choice(list)
print(l)
\ 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