Swapping two variables using temporary variable --PYTHON

Publicado el: 24 febrero 2023
en el canal de: World of something
15
3

#swapping #python
a=int(input("Enter a;"))
b=int(input("Enter b:"))
temp=a
a=b
b=temp
print("The value of a after swapping is:",a)
print("The value of b after swapping is:",b)


En esta página del sitio puede ver el video en línea Swapping two variables using temporary variable --PYTHON de Duración hora minuto segunda en buena calidad , que subió el usuario World of something 24 febrero 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 15 veces y le gustó 3 a los espectadores. Disfruta viendo!