Question d’entretien chez NobleProg

Answer the below Python swap program

Réponse à la question d'entretien

Utilisateur anonyme

16 févr. 2026

a = 10 b = 20 temp = a a = b b = temp print(a, b)