码迷,mamicode.com
首页 >  
搜索关键字:bgcolor    ( 376个结果
函数定义与使用
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:40:57    阅读次数:209
函数定义与使用
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
376条   上一页 1 ... 5 6 7 8 9 ... 38 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!