2han92hu0m1n9

导航

2018年5月16日 #

函数定义与使用,字符串类型

摘要: import turtle turtle.bgcolor("red") turtle.fillcolor("yellow") turtle.color('yellow') turtle.speed(10) turtle.begin_fill() turtle.up() turtle.goto(-600,220) turtle.down() for i in range (5): ... 阅读全文

posted @ 2018-05-16 21:33 2han92hu0m1n9 阅读(98) 评论(0) 推荐(0)

函数定义与使用

摘要: import turtle turtle.bgcolor("red") turtle.fillcolor("yellow") turtle.color('yellow') turtle.speed(10) turtle.begin_fill() turtle.up() turtle.goto(-60 阅读全文

posted @ 2018-05-16 20:21 2han92hu0m1n9 阅读(107) 评论(0) 推荐(0)