小白随笔5946

导航

Pygame _ For & RGB

import pgzrun
def draw():
screen.fill("white")
for r in range (150,0,-1):
screen.draw.filled_circle((300,200),r,(50,255-r,255-r))

pgzrun.go()

 

 

posted on 2021-10-02 21:08  小白随笔5946  阅读(20)  评论(0编辑  收藏  举报