Commit 209d38de by BellCodeEditor

save project

parent 24b00b80
Showing with 1 additions and 4 deletions
import random import random
m list=["石头","剪刀","布"]#玩
s=["石头","剪刀","布"]#玩
a=random.choice(list) a=random.choice(list)
print(a) 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