Commit eb4d7e01 by BellCodeEditor

save project

parent 97a551cd
Showing with 3 additions and 4 deletions
import random import random
list1=["石头",'剪刀','布']
list1=["石头",'剪刀','布'] daan=random.choice(list1)
daan=random.choice(list1) print(daan)
print(daan)
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