Posts by Erick Marinho • 29 points
1 post
-
2
votes5
answers691
viewsQ: Method Reverse returns None
I’m applying the method reverse in a list and the same returns None. Ex. teste = ['audi', 'subaru', 'fiat', 'ford'] print(teste.reverse()) None…