Python Coding

Publié le: 29 juillet 2024
sur la chaîne: Work With Python
246
like

Python program to swap two variables

x = 5
y = 10

To take inputs from the user
#x = input('Enter value of x: ')
#y = input('Enter value of y: ')

create a temporary variable and swap the values
temp = x
x = y
y = temp

print('The value of x after swapping: {}'.format(x))
print('The value of y after swapping: {}'.format(y))


Sur cette page du site, vous pouvez voir la vidéo en ligne Python Coding durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Work With Python 29 juillet 2024, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 246 fois et il a aimé like téléspectateurs. Bon visionnage!