Commit 3169d9f0 by BellCodeEditor

save project

parent 6597b2dd
Showing with 1 additions and 1 deletions
import random import random
list=['剪刀''石头''布'] list=['剪刀''石头''布']
letter=random.choice(list) letter=random.choice(list)
print(letter) print('电脑出圈'+letter)
......
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