Commit 546c3a75 by BellCodeEditor

save project

parent b6c5ee9e
Showing with 7 additions and 10 deletions
if player in list:
if player==computer
print("平局")
elif(player=="石头" and computer=="剪刀") or (player=="布" and computer=="石头") or (player=="剪刀" and computer=="布"):
print("")
else:
print("")
else:
print1("输入错误")
\ No newline at end of file
import.turtle
pen.turtle.Pe()
pen.write("你好呀!",font=("Times",20,"normal"))
Pen.hideturtle()
turtle.done()
\ No newline at end of file
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