码迷,mamicode.com
首页 > 其他好文 > 详细

太阳花

时间:2019-03-07 01:00:28      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:rtl   war   style   inf   info   font   family   准备   ctrl   

太阳花报告

一、 准备

  1. 打开Python界面

 技术图片

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!