import pygame
pygame.init()
screen = pygame.display.set_mode((500, 500))
running = True
while running:
  pygame.draw.circle(screen, (0, 0, 255), (250, 250), 75)
  pygame.display.flip()
  for event in pygame.event.get():
        if event.type == pygame.QUIT:
            running = False
screen.fill((255, 255, 255))

pygame.quit()
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
:tt:@%@8t8XX8:;S;@8t t ; t ; t ; t t88; S.% S.% S.% S.% S.% S;X : ; : ; : ; : ; : ; : 8:;.% X.% X.% X.% X.% X.@t88; t ; t ; t ; t ;@8;@;.88t8;@t@8:;Xt2m;@
---------------------------------------------------------------------------
KeyboardInterrupt                         Traceback (most recent call last)
/home/dreamerblock/L/_notebooks/pygame_test.ipynb Cell 1 in <cell line: 5>()
      <a href='vscode-notebook-cell://wsl%2Bubuntu/home/dreamerblock/L/_notebooks/pygame_test.ipynb#W0sdnNjb2RlLXJlbW90ZQ%3D%3D?line=4'>5</a> while running:
      <a href='vscode-notebook-cell://wsl%2Bubuntu/home/dreamerblock/L/_notebooks/pygame_test.ipynb#W0sdnNjb2RlLXJlbW90ZQ%3D%3D?line=5'>6</a>   pygame.draw.circle(screen, (0, 0, 255), (250, 250), 75)
----> <a href='vscode-notebook-cell://wsl%2Bubuntu/home/dreamerblock/L/_notebooks/pygame_test.ipynb#W0sdnNjb2RlLXJlbW90ZQ%3D%3D?line=6'>7</a>   pygame.display.flip()
      <a href='vscode-notebook-cell://wsl%2Bubuntu/home/dreamerblock/L/_notebooks/pygame_test.ipynb#W0sdnNjb2RlLXJlbW90ZQ%3D%3D?line=7'>8</a>   for event in pygame.event.get():
      <a href='vscode-notebook-cell://wsl%2Bubuntu/home/dreamerblock/L/_notebooks/pygame_test.ipynb#W0sdnNjb2RlLXJlbW90ZQ%3D%3D?line=8'>9</a>         if event.type == pygame.QUIT:

KeyboardInterrupt: