TransUnion interview question

Swap two lists without using variables. Some questions regarding data modeling.

Interview Answer

Anonymous

4 Aug 2022

Answered the first question in pythonic way, and then explained the logic using indices (a simple for loop in python).