Commit dd32c8e9 by BellCodeEditor

save project

parent 8089f7c1
Showing with 43 additions and 5 deletions
import turtle as t
t.speed(10)
t.circle(100)
t.fillcolor("blue")
t.begin_fill()
t.circle(100,90)
t.left(90)
t.forward(200)
t.right(90)
t.circle(-100,90)
t.right(90)
t.forward(200)
t.end_fill()
t.done()
\ No newline at end of file
import turtle as t
t.speed(1000)
t.circle(70.71)
t.left(45)
for i in range(4):
t.forward(100)
t.left(90)
t.done()
\ No newline at end of file
list1=["贝","尔","星","球"] import turtle as t
t.speed(1000)
str1='/'.join(list1) for i in range(2):
print(str1) t.forward(200)
\ No newline at end of file t.right(90)
t.forward(100)
t.right(90)
t.penup()
t.forward(100)
t.right(45)
t.pendown()
t.forward(141.45)
t.right(180)
t.forward(141.45)
t.left(90)
t.forward(141.45)
t.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