Saved Bookmarks
| 1. |
Write Python statement(s) to exchange the values of two variables. For example if a=10 and b=34 then after exchanging a=34 and b= 10. |
|
Answer» Answer: Write Python STATEMENT(s) to exchange the values of two VARIABLES. For EXAMPLE if a=10 and b=34 then after EXCHANGING a=34 and b= 10. |
|