Commit 24b00b80 by BellCodeEditor

auto save

parent 0b8018aa
Showing with 7 additions and 3 deletions
import random
list=["石头","剪刀","布"]#玩
m
s=["石头","剪刀","布"]#玩
a=random.choice(list)
print(a)
\ No newline at end of file
print(a)
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