Commit 0173b614 by BellCodeEditor

save project

parent 32b0ccdc
Showing with 9 additions and 3 deletions
d=inpuy("请")
print("我:"+d) d=input("石头,剪刀,布")
\ No newline at end of file print("我:"+d)
import random
list=["石头","剪刀","布"]
c=random.choice(list)
print(c)
\ 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