标签:rtl war style inf info font family 准备 ctrl
太阳花报告
一、 准备
Ctrl+N
二、 编程
from turtle import *
color(‘red‘,‘yellow‘)
begin_fill()
while True:
forward(300)
left(170)
if abs(pos()) < 1:
break
end_fill()
done()
三、 保存,运行
标签:rtl war style inf info font family 准备 ctrl
原文地址:https://www.cnblogs.com/Coylin/p/10486826.html