- 1
Function
write a python programming using with function names swap() that takes in two integers and swaps their values. example if you input A = 5 and B = 20, the program should output A = 20 and B = 5
3 odpowiedzi
+ 1
First show your try.
We don't do your homework but help you when you show where you are stuck.
0
just make a function that overides the prexisting variables.
0
Huh