Commit 0c5a2cea by BellCodeEditor

save project

parent 7dc2ccca
Showing with 12 additions and 1 deletions
import turtle as t
t.write('一\n\n三',font=('msyh',100,'bold'))
# t.write('一\n二\n三',font=('msyh',100,'bold'
t.fillcolor('red')
t.begin_fill()
t.speed(0)
t.right(-45)
t.circle(-45,180)
t.forward(90)
t.right(90)
t.forward(90)
t.circle(-45,180)
t.end_fill()
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