Commit 27e23321 by BellCodeEditor

save project

parent e96fd6bc
Showing with 2 additions and 2 deletions
import random import random
while True: while True:
com_dict = { com_dict = {
1:"石头" 1:"石头",
2:"剪刀" 2:"剪刀",
3:"布" 3:"布"
} }
player = input("你出什么:") player = input("你出什么:")
......
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