用python绘制满天星

时间:2026年06月16日 03:59:31

Python满天星-阿里云开发者社区

用Python画场小星星。 源码见: https://want595.blog.csdn.net/1.星星类 class Star(): #星星类 def __init__(self): #初始化 self.r=1 #星星的初始大小 self.x=ra.randint(-1000,1000) #星星在...developer.aliyun.com