I have been practicing Python using the Spyder IDE. I wrote the following simple code:
a=(1,2,3) print("ID of a is", id(a)) b=(1,2,3) print("ID of