I have a list
[<class test1.C at 0x02BAF308>, <class test1.A at 0x02BAF0D8>]
Now i need to fetch only C and A from the list and got this output by using inspect.getmro(test1.C).here A and C refer to the class name .How can i retrieve only names from that list