Commit 27e23321 by BellCodeEditor

save project

parent e96fd6bc
Showing with 2 additions and 2 deletions
import random
while True:
com_dict = {
1:"石头"
2:"剪刀"
1:"石头",
2:"剪刀",
3:"布"
}
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