Commit a1ee46bf by BellCodeEditor

save project

parent 44154378
Showing with 3 additions and 4 deletions
import random import random
a = random.randint(25) com=["石头","剪刀","布"]
b=[1,2,3,4,5] print(random.choice(com))
print(random.choice(b)) \ No newline at end of file
\ 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