💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
![](http://h.yiniuedu.com/d2112c745eb1775a2ea0e4eb66035f47) ``` import turtle turtle.pensize(2) for i in range(4): turtle.fd(150) turtle.left(90) turtle.circle(150,-45) turtle.goto(0,0) turtle.left(45) turtle.done() ```