Hi! is there a way to get a list's (or any variable) name in a string? For example: >>> list1 = [1, 2, 3] I would like to do something like this: >>> var = list1.name() So that var contains 'list1'. Thanks in advance, Hector