0
Write a program in Python to copy one variable into another using assignment operator.
Examples will help.
4 Réponses
+ 3
An attempt would be even better
+ 1
Its_krish01 is it like
x , y = y , x
??
+ 1
Yep
0
It's straightly similar to the swap question that you probably have done before while learning python. By the way, if you got confused by the word "Assignment", then "=" is the assignment operator.