Commit a2838047 by BellCodeEditor

auto save

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