if event.key == pygame.K_r and game_over:
Im trying to make a game using pygame but cannot figure out how to remove everything from the screen when a key has been pressed. After this code, what do i write to clear the screen once the 'r' key has been pressed