码迷,mamicode.com
首页 >  
搜索关键字:turtle    ( 708个结果
函数定义与使用
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle ...
分类:其他好文   时间:2018-05-16 22:39:45    阅读次数:142
函数定义与使用
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle ...
分类:其他好文   时间:2018-05-16 22:39:02    阅读次数:115
函数定义与使用
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle... ...
分类:其他好文   时间:2018-05-16 22:38:46    阅读次数:113
函数定义与使用
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle ...
分类:其他好文   时间:2018-05-16 22:38:19    阅读次数:100
函数定义与使用
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle ...
分类:其他好文   时间:2018-05-16 22:37:23    阅读次数:187
函数定义与使用
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle ...
分类:其他好文   时间:2018-05-16 22:37:07    阅读次数:100
函数定义与使用,字符串类型
import turtle turtle.bgcolor("red") turtle.fillcolor("yellow") turtle.color('yellow') turtle.speed(10) turtle.begin_fill() turtle.up() turtle.goto(-60 ...
分类:其他好文   时间:2018-05-16 22:36:58    阅读次数:114
五角星
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle ...
分类:其他好文   时间:2018-05-16 22:36:00    阅读次数:184
函数定义与使用
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle ...
分类:其他好文   时间:2018-05-16 22:35:35    阅读次数:169
函数定义与使用
import turtle turtle.setup(600,400,0,0) turtle.bgcolor('red') turtle.color('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() turtle ...
分类:其他好文   时间:2018-05-16 22:34:03    阅读次数:151
708条   上一页 1 ... 34 35 36 37 38 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!