Posts by Vilmar Monteiro • 11 points
1 post
-
1
votes5
answers691
viewsA: Method Reverse returns None
My friend, your question is old, but as many people still have doubt, I will answer with two different methods for python 3: teste = ['audi', 'subaru', 'fiat', 'ford'] print(sorted(teste,…