Commit e251e029 by BellCodeEditor

auto save

parent b5c6bbbe
Showing with 22 additions and 0 deletions
j=input("石头、剪刀、布")
print(j)
list["石头,剪刀,布"]
k=random.choice(list)
print(k)
list["石头","剪刀","布"]
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