Back to Lesson and , swap their values using Python tuple unpacking and print both.
Swap Variables
Swap two variables without a temporary variable.
Instructions
Given
a = 10b = 20main.py
main.py
Ctrl + Enter
Swap two variables without a temporary variable.
Given
a = 10b = 20