import turtle turtle.setup (600,400,0,0) turtle.bgcolor('red') turtle.pencolor('yellow') turtle.fillcolor('yellow') def mygoto(x,y): turtle.penup() tu... ...
分类:
其他好文 时间:
2018-05-17 11:44:26
阅读次数:
141
stuNum = '201709080026' import turtle turtle.bgcolor("red") turtle.fillcolor("yellow") turtle.color('yellow') turtle.speed(10) turtle.begin_fill() tur... ...
分类:
其他好文 时间:
2018-05-16 23:55:42
阅读次数:
162
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:46:42
阅读次数:
165
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:45:27
阅读次数:
150
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:44:39
阅读次数:
162
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:44:14
阅读次数:
143
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:43:01
阅读次数:
172
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:42:34
阅读次数:
171
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:42:00
阅读次数:
168
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:41:44
阅读次数:
148