This simple Python script demonstrates how to swap two elements in a list by their positions using tuple unpacking and indexing. Tuple unpacking is used to swap values without needing a temporary ...