#!/usr/local/lib/python3 q = (1, 2, 3)print(id(q))q = q + (5,)print(q)print(id(q))
Standard input is empty
47234720873424 (1, 2, 3, 5) 47234720856728
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!