import pgzrun TITLE = "Paf l'oiseau" WIDTH = 400 HEIGHT = 708 def draw(): titi = Actor('bird1', (75, 350)) screen.blit('cascade', (0, 0)) pgzrun.go()