Question d’entretien chez Lloyd's

swap 2 variables without using 3rd variable.

Réponse à la question d'entretien

Utilisateur anonyme

31 août 2024

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