企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
:-: **7.画一个回醒** ![](http://h.yiniuedu.com/d95c140fa4bebb239cca2ccef56c80b0) ``` from turtle import * for i in range(24): length = 5 * (i + 1) left(90) fd(length) left(90) fd(length) done() ```