Swap using Assignment | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Swap using Assignment

Fill in the missing line of code so that the program swaps the values of num1 and num2.( python 3 code) num1, num2 = input ().split() num1, num2 = int(num1), int(num2) ____________________________________ Print(num1, num2)

15th Apr 2020, 10:10 AM
Siva SankarIPS
1 Answer
0
What you tried, you should mention...
15th Apr 2020, 11:52 AM
Jayakrishna 🇮🇳