def draw():
    screen.fill((0, 0, 0))
    
    screen.draw.filled_circle((800 / 2, 600 / 2), 30, color=(0, 0, 255))