Commit 27e4cd9e by BellCodeEditor

auto save

parent 86f12d23
Showing with 4 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.fillcolor("blue")
pen.fillcolor("red")
pen.began_fill()
for i in range(36):
pen.forward(200)
......@@ -52,7 +52,7 @@ turtle.done()
'''
for player in list:#如果玩家输入的是石头剪刀布中的一个:
if player == computer:
print("平局")
......@@ -62,3 +62,4 @@ for player in list:#如果玩家输入的是石头剪刀布中的一个:
print("你赢了")
else:#如果输入的不是石头剪刀布中的一个:
print("输错了")
'''
\ 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