Commit a2838047 by BellCodeEditor

auto save

parent 636399f5
Showing with 11 additions and 4 deletions
text="周末一起去欢乐谷吧" import turtle as t
li_text=list(text) def ORing(a,d,color):
print(li_text) t.pencolor(color)
\ No newline at end of file t.pensize(7)
t.penup()
t.goto(a,b)
t.pendown()
t.circle()
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