OverIQ.com
Run (or Hit F9)
action = ["eat", "sleep", "repeat"] print(id(action)) # address of action list action *= 5 print(action) print(id(action)) # address is still the same