Commit 25bfa4e7 by BellCodeEditor

save project

parent 4975a89e
Showing with 8 additions and 2 deletions
e=input("请!")
\ No newline at end of file
a=input("请!") a=input("请!")
print("玩:"+a) print("玩:"+a)
\ No newline at end of file import random
list=["石头","剪刀","布"]
a=random.choice(list)
print(a)
\ 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