Commit e128baf3 by BellCodeEditor

auto save

parent 25abb509
Showing with 19 additions and 3 deletions
import turtle
#\nturtle,\n我会在画布上写字了!",font=("Times",30,"normal"))
#pen.hideturtle()
#turtle.done()
turtle.fillcolor("red")
turtle.begin_fill()
turtle.left(45)
turtle.forward(100)
turtle.circle(50,180)
turtle.right(90)
turtle.circle(50,180)
turtle.forward(100)
turtle.hideturtle()
turtle.done()
player=input("请出拳:石头/剪刀/布")# 玩家出拳 import turtle
print("玩家出拳:"+player) pen = turtle.Pen()
\ No newline at end of file pen.write("诺伊.\nturtle.\我会在画布上写字了!",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done
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