Commit 6d0c5c5c by BellCodeEditor

auto save

parent 412253c9
Showing with 31 additions and 0 deletions
'''a=int(input("请输入总秒数"))
b=a%60
c=a//60%60
d=a//60//60
print(d,"",c,"",b)'''
import turtle
turtle.pensize(0)
turtle.right(45)
turtle.circle(200,steps=4)
turtle.right(-90)
turtle.fillcolor('yellow')
turtle.begin_fill()
turtle.forward(400)
turtle.right(-135)
turtle.forward(283)
turtle.right(-90)
turtle.forward(283)
turtle.end_fill()
turtle.right(-135)
turtle.fillcolor('red')
turtle.begin_fill()
turtle.forward(400)
turtle.right(135)
turtle.forward(283)
turtle.right(90)
turtle.forward(283)
turtle.end_fill()
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