Commit 2422620f by BellCodeEditor

auto save

parent de3fdd56
Showing with 4 additions and 19 deletions
# import random import turtle
Pgn=turtle.Pen()
# p=input("请出拳:石头/剪刀/布")# 玩家出拳 Pgn
# list=['石头','剪刀','布'] \ No newline at end of file
# print("玩家出拳:"+p)
# a=random.choice(list)
# print("计算机出拳:"+a)
# if p in list:
# print('输入正确')
# if a == p:
# print('平局')
# elif a == '石头' and p == '剪刀' or(a=='剪刀' and p=='布') or (a=='布' and p=='石头'):
# print('你输了')
# else:
# print('你赢了')
# else:
# print("输入错误")
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