python program to swap two numbers | Learn Coding

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Sir Operating system with Linux ka video provide
Aapke videos and solving method se bahut madad milti hai....
Thank you sir 🙏

YPD_
Автор

another one by taking a temprory variable that is
# Get input from the user
x = input("Enter the first number: ")
y = input("Enter the second number: ")

# To swap the values
temp = x
x = y
y = temp

# Then Print the result
print("After swapping:")
print("x =", x)
print("y =", y)

well I hope that found

anurodhpatil
Автор

Sir may BCA 1semester me hu paper me likhne ka tarika video bana digiye
Office atomation per video banaye

vktech
Автор

Sir I want to know that can I be a python developer by learning only one(python) or not??

shivaprasad
Автор

Pls explain swapping using for loops. example: bubble sort.

vijaynaik
Автор

Computer ki all short keys ke bare main vide banao please

manojshakyabhavru
Автор

a=int(input("enter 1st value:"))
b=int(input("enter 2nd value:"))
print("A=", b, "B=", a)




Sir hum ese bhi to kr skte h ye shi h y nhi

ishanawasthi