while循环与 for循环,函数定义与调用
摘要:
import turtle while True: turtle.color("white") turtle.bgcolor('pink') turtle.forward(110) turtle.right(140) if abs(turtle.pos())<1: break turtle.done() import turtl... 阅读全文
posted @ 2018-05-14 15:45 LiaoJingyi 阅读(160) 评论(0) 推荐(0)
浙公网安备 33010602011771号