Pregunta de entrevista de Wipro

swap 2 numbers without using 3rd variable

Respuestas de entrevistas

Anónimo

8 nov 2021

x=1 y=3 x,y=y,x print(x) print(y)

Anónimo

8 nov 2021

x=1 y=3 x,y=y,x print(x) print(y)