turtle画王思聪吃热狗(杨艳春,何金凝小组)
Posted yyc9
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了turtle画王思聪吃热狗(杨艳春,何金凝小组)相关的知识,希望对你有一定的参考价值。
点击此处查看视频:http://v.douyin.com/RCY8GD/
import turtle as t t.setup(450,300) t.pensize(4) t.color(‘black‘) ‘衣服身子‘ t.speed(1) t.fillcolor(‘#808080‘) t.begin_fill() t.goto(-70,30) t.right(180) t.circle(5,180) t.right(180) t.circle(10,180) t.right(180) t.circle(5,180) t.end_fill() t.speed(10) t.fillcolor(‘#7D916F‘) t.begin_fill() t.goto(15,0) t.left(45) t.fd(10) t.right(90) t.circle(5) t.fd(5) t.right(20) t.fd(5) t.right(40) t.fd(10) t.right(50) t.fd(20) t.left(60) t.fd(10) t.right(80) t.fd(70) t.right(90) t.fd(25) t.end_fill() ‘外侧头发‘ t.penup() t.goto(10,80) t.pendown() t.fillcolor(‘#2A3025‘) t.begin_fill() t.circle(5,150) t.right(150) t.circle(5,150) t.right(150) t.circle(5,120) t.right(100) t.circle(5,120) t.right(100) t.circle(5,120) t.right(90) t.circle(5,120) t.right(150) t.circle(5,120) t.right(90) t.circle(5,120) t.right(100) t.circle(5,120) t.right(90) t.circle(5,120) t.right(150) t.circle(5,120) t.right(90) t.circle(5,120) t.right(100) t.circle(10,90) t.fd(7) t.end_fill() ‘内测头发‘ t.penup() t.goto(10,80) t.pendown() t.fillcolor(‘white‘) t.begin_fill() t.goto(10,76) t.right(150) t.fd(10) t.circle(20,50) t.right(30) t.fd(5) t.left(60) t.fd(10) t.right(60) t.fd(5) t.left(70) t.fd(19) t.right(60) t.fd(3) t.right(60) t.fd(3) t.circle(10,200) t.end_fill() ‘鼻子‘ t.penup() t.goto(10,76) t.pendown() t.fillcolor(‘white‘) t.begin_fill() t.goto(17,76) t.right(45) t.fd(2) t.right(45) t.fd(5) t.left(90) t.fd(10) t.right(90) t.fd(8) t.right(80) t.fd(13) ‘嘴‘ t.left(150) t.fd(10) t.fillcolor(‘white‘) t.end_fill() ‘热狗‘ t.fillcolor(‘#FF8247‘) t.begin_fill() t.left(35) t.fd(40) t.right(30) t.fd(9) t.right(30) t.fd(9) t.right(30) t.fd(9) t.right(30) t.fd(9) t.right(30) t.fd(9) t.right(30) t.fd(9) t.left(5) t.fd(40) t.right(30) t.fd(9) t.right(30) t.fd(9) t.right(30) t.fd(9) t.right(30) t.fd(9) t.right(30) t.fd(9) t.right(30) t.fd(9) t.end_fill() ‘眼睛‘ t.penup() t.pensize(2) t.goto(0,70) t.pendown() t.goto(-4,70) t.goto(-8,68) t.penup() t.goto(-5,60) t.pendown() t.circle(1,360) t.goto(-5,60) t.pendown() t.circle(2,360) t.penup() t.goto(100,-20) t.pendown()
以上是关于turtle画王思聪吃热狗(杨艳春,何金凝小组)的主要内容,如果未能解决你的问题,请参考以下文章