文件
打开
新建
另存为
保存作品
积木模式
登录
注册
登录
注册
import turtle # 定义变量 t = turtle.Turtle() t.hideturtle() greet = "欢迎来到乐造编程世界" font=("Script MT Bold", 20, "bold") colors = ["red", "orange","yellow"] for a in range(10): t.color(colors[a%3]) t.write(greet,"",align="center",font=font) t.left(90) # 输出 print("Hello,乐造AI派森编程")
运行
运行
清除
×
登录
账号(昵称或注册时所用手机号)
密码
注册账号
忘记密码
登 录
×
作品名称
×
问题反馈
100
50
0
#ff0000
#3333ff
0.5