print(sorted(['bob','Zoo','about','Credit'],key=str.lower,reverse=True))# your code goes here
Standard input is empty
['Zoo', 'Credit', 'bob', 'about']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!