Commit d3c4bed4 by BellCodeEditor

save project

parent 26808818
Showing with 48 additions and 2 deletions
import random
list=['剪刀''石头''布']
letter=random.choice(list)
player=input(请输入:石头/剪刀/):
print('玩家出圈'+player)
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