亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何用python代碼畫一個月亮

發布時間:2020-06-17 15:52:21 來源:億速云 閱讀:2266 作者:元一 欄目:編程語言

Python簡介

Python是一種跨平臺的計算機程序設計語言。 是一個高層次的結合了解釋性、編譯性、互動性和面向對象的腳本語言。最初被設計用于編寫自動化腳本(shell),隨著版本的不斷更新和語言新功能的添加,越多被用于獨立的、大型項目的開發。

代碼

import turtle as t
t.screensize(800,600,"#483d8b")#畫布尺寸和顏色
t.up()#抬起筆
t.goto(-100,64)#把筆移到坐標的位置
t.pd()#放下筆
t.fillcolor('#ffd700')#填充色
t.begin_fill()#開始填充(一定要在畫你想畫的圖案之前)
t.pencolor('#ffd700')#畫筆顏色
t.pensize(3)#畫筆尺寸
t.circle(18)#圓的半徑
t.end_fill()#結束填充(在畫完之后)
 
t.up()
t.goto(-110,60)
t.pd()
t.pencolor('#ff0000')
t.pensize(10)
t.fd(20)
t.up()
t.goto(-120,60)
t.pd()
t.pencolor('#ff0000')
t.pensize(10)
t.seth(-40)#畫筆移動方向
for i in range(3):
t.circle(40, 80)
t.circle(-40, 80)
t.circle(40, 80/2)
t.up()
t.goto(-100,34)
t.pd()
t.pensize(55)
t.pencolor('#adff2f')
t.seth(-90)
t.fd(36)
t.seth(7)
t.pensize(8)
t.pencolor("yellow")
t.fillcolor('yellow')
t.speed(15)#速度
t.begin_fill()
t.circle(-800)
t.end_fill()
t.pencolor('#ffd700')
t.up()
t.fillcolor('#daa520')
t.begin_fill()
t.goto(200,-300)
t.pd()
t.pensize(5)
t.circle(20)
t.end_fill()
t.up()
t.fillcolor('#daa520')
t.begin_fill()
t.goto(500,-300)
t.pd()
t.pensize(6)
t.circle(50)
t.end_fill()
t.up()
t.fillcolor('#daa520')
t.begin_fill()
t.goto(-200,-300)
t.pd()
t.pensize(6)
t.circle(35)
t.end_fill()
t.up()
t.fillcolor('#daa520')
t.begin_fill()
t.goto(-100,-200)
t.pd()
t.pensize(6)
t.circle(44)
t.end_fill()
t.up()
t.fillcolor('#daa520')
t.begin_fill()
t.goto(-300,-200)
t.pd()
t.pensize(6)
t.circle(34)
t.end_fill()
t.up()
t.fillcolor('#daa520')
t.begin_fill()
t.goto(-350,-350)
t.pd()
t.pensize(6)
t.circle(20)
t.end_fill()
t.up()
t.fillcolor('#daa520')
t.begin_fill()
t.goto(-350,-350)
t.pd()
t.pensize(6)
t.circle(20)
t.end_fill()
t.up()
t.fillcolor('#daa520')
t.begin_fill()
t.goto(100,-350)
t.pd()
t.pensize(6)
t.circle(30)
t.end_fill()
t.up()
t.fillcolor('#daa520')
t.begin_fill()
t.goto(-500,-350)
t.pd()
t.pensize(6)
t.circle(50)
t.end_fill()
t.up()
t.fillcolor('#daa520')
t.begin_fill()
t.goto(200,-200)
t.pd()
t.pensize(6)
t.circle(60)
t.end_fill()
t.up()
t.fillcolor('#daa520')
t.begin_fill()
t.goto(360,-360)
t.pd()
t.pensize(6)
t.circle(70)
t.end_fill()
t.up()
t.fillcolor('#daa520')
t.begin_fill()
t.goto(50,-100)
t.pd()
t.pensize(6)
t.circle(50)
t.end_fill()

以上就是用python畫月亮的代碼,更多請關注億速云其它相關文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

广德县| 绥化市| 玉门市| 砚山县| 隆化县| 崇左市| 松阳县| 新丰县| 城口县| 汝阳县| 潍坊市| 文安县| 贡嘎县| 金门县| 涿州市| 宜州市| 鸡东县| 安宁市| 永清县| 庆元县| 资中县| 甘南县| 郓城县| 乐至县| 西盟| 抚松县| 鲁山县| 巴楚县| 吉木乃县| 虎林市| 岚皋县| 雷山县| 巴青县| 合水县| 松滋市| 惠水县| 邵武市| 盐池县| 增城市| 巴林右旗| 青龙|