iteration = 1 # Quitter la boucle avec Ctrl+C ou le bouton Stop de PyCharm while True: print("Itération", iteration) iteration += 1