filmov
tv
Reassignment and Swapping of a Variable's Value in Python

Показать описание
Covers reassignment and swapping of a variable's value in Python. I show a simple compressed two variable one-liner of Python to achieve swapping in what normal requires three variables and multiple lines of code.