""" 晃悠悠的海龟.py """ import time import math import turtle turtle.delay(0) turtle.speed(0) turtle.setup(480,360) turtle.color('yellow') turtle.bgcolor('black') turtle.shape('turtle') turtle.shapesize(5) turtle.penup() turtle.left(90)需要浏览更多吗?
成为会员后,登陆才能继续浏览!联系微信scratch8即可办理会员。
(会员专属:能浏览所有文章,下载所有带链接的Python资源。)
李兴球
李兴球的博客是Python创意编程原创博客
要发表评论,您必须先登录。
发表评论