使用海龜畫(huà)圖工具,畫(huà)一個(gè)叮當(dāng)貓。
先學(xué)習(xí)幾個(gè)基本函數(shù):
import turtle;#引入海龜工具模塊
t=turtle.Pen()#創(chuàng)建海龜畫(huà)筆
t.fillcolor("blue")#填充顏色
t.begin_fill()#開(kāi)始填充
t.circle(160)#畫(huà)圓
t.end_fill()#結(jié)束填充
t.up() #鼠標(biāo)抬起
t.goto(-20,240)#重新調(diào)整畫(huà)筆的位置
t.down()#鼠標(biāo)落下
#畫(huà)叮當(dāng)貓。
import turtle;
t=turtle.Pen()
#畫(huà)頭
t.fillcolor("blue")
t.begin_fill()
t.circle(160)
t.end_fill()
#畫(huà)臉
t.fillcolor("white")
t.begin_fill()
t.circle(130)
t.end_fill()
#畫(huà)眼睛
t.up()
t.goto(-20,240)#第一只眼睛(左)
t.down()
t.fillcolor("#fff")
t.begin_fill()
t.circle(20)
t.up()
t.goto(20,240)#第二只眼睛
t.down()
t.circle(20)
t.end_fill()
#畫(huà)里面的眼珠黑色部分
t.fillcolor("black")
t.begin_fill()
t.circle(10)
t.up()
t.goto(-20,240)
t.down()
t.circle(10)
t.end_fill()
#畫(huà)鼻子
t.up()
t.goto(0,200)
t.down()
t.fillcolor("red")
t.begin_fill()
t.circle(20)
t.end_fill()
t.right(90)
t.forward(70)
#畫(huà)嘴巴
t.up()
t.goto(-50,100)
t.down()
t.circle(50,180)
#畫(huà)胡子
t.up()
t.goto(20,150)
t.down()
t.right(100)
t.forward(80)
t.up()
t.goto(20,180)
t.down()
t.left(30)
t.forward(80)
t.up()
t.goto(20,160)
t.down()
t.left(-10)
t.forward(80)
#畫(huà)左邊胡子
t.up()
t.goto(-20,160)
t.down()
t.right(180)
t.forward(80)
t.up()
t.goto(-20,180)
t.down()
t.right(20)
t.forward(80)
t.up()
t.goto(-20,150)
t.down()
t.right(-40)
t.forward(80)
t.up()
t.goto(0,-50)
t.write("Python青少年編程 .13684090437何老師 ", align="center",font=("微軟雅黑", 16, "bold"))
t.write("https://edu.51cto.com/course/17675.html ", align="center",font=("微軟雅黑", 16, "bold"))
turtle.done()
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。
網(wǎng)頁(yè)標(biāo)題:Python海龜畫(huà)圖工具繪制叮當(dāng)貓程序-創(chuàng)新互聯(lián)
網(wǎng)址分享:http://jinyejixie.com/article26/disijg.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供關(guān)鍵詞優(yōu)化、電子商務(wù)、用戶體驗(yàn)、動(dòng)態(tài)網(wǎng)站、標(biāo)簽優(yōu)化、移動(dòng)網(wǎng)站建設(shè)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)