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()
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()