用python绘制星空,用python画星空图
用python画星空源代码是什么?
用python画星空源代码是
来自海龟进口公司*
从随机导入随机的
屏幕=屏幕()
宽度,高度=800,600
屏幕设置(宽度、高度)
screen.title(模拟三维(三维的缩写)星空)
screen.bgcolor(黑色)
screen.mode("徽标")
screen.delay(0)#这里要设为0,否则很卡
t=乌龟(visible=False,shape=circle )
t.pencolor(“白色")
t.fillcolor(白色)
佩努普
t.setheading(-90)
t.goto(width/2,randint(-height/2,height/2))
stars=[]
对于范围(200):内的我
star=t.clone()
s=random() /3
star.shapesize
star.speed(int(s*10))
star.setx(width/2 randint(1,width))
star.sety(randint(-height/2,height/2))
star.showturtle()
stars.append(star)
而True:
对于stars:中的明星
明星。setx(star。xcor()-3 *星。速度())
if star.xcor()-width/2:
star.hideturtle()
star.setx(width/2 randint(1,width))
star.sety(randint(-height/2,height/2))
star.showturtle()
推荐教程: 《python视频教程》 以上就是用大蟒画星空源代码是什么?的详细内容,更多请关注盛行信息技术软件开发工作室其它相关文章!
郑重声明:本文由网友发布,不代表盛行IT的观点,版权归原作者所有,仅为传播更多信息之目的,如有侵权请联系,我们将第一时间修改或删除,多谢。