BCA SEM 5 Python Important Programs For Practical
Python SEM - 5 1) Write a program to swap two numbers without taking a temporary variable. ANS: a = 10 b = 20 print("value of a is = " + a +"value of b = " + b) a, b = b, a print("Updated value of a is = " + a + "Updated value of b = " + b)
Doing a great work by helping others in learning,all your efforts for this help will be your blessings.
ReplyDeleteWish you will achive your every goal of your career.
_Savan