aList = ['tao', 93, 99, 'time']aTuple = tuple(aList)print aList, aTupleaList == aTupleanotherList = list(aTuple)aList == anotherListprint aList is anotherListprint [id(x) for x in aList, aTuple, anotherList]
Name (required)
email (will not be published) (required)
Website