+ 1
30th Jul 2019, 7:49 AM
Claudius Omosuyi

2 Answers
+ 8
a = [1,2,3]
a.reverse()
print(a)
30th Jul 2019, 8:09 AM
Mikhail Gorchanyuk

+ 2
thanks man . output=[3, 2,1]
30th Jul 2019, 9:20 AM
Claudius Omosuyi

Often have questions like this?
Learn more efficiently, for free:
Hot today
Using Python on VScode
2 Votes
Python Developer
0 Votes
Average of Two Numbers
0 Votes
Wayss
0 Votes
Hearts
0 Votes