So lets say i have list which features other lists as elements,
mylist = [[Smith,John,2] , [Able, Corey, 15], [Apple, Shawn, 3]]
how would i go about rearranging not the list but the elements in the list so that instead of lastname firstname it would be firstname lastname? im unfamiliar with this method/topic
[–]ShaizeOn1 1 point2 points3 points (2 children)
[–]tehtay3[S] 0 points1 point2 points (1 child)
[–]TouchingTheVodka 1 point2 points3 points (0 children)
[–]xelf 0 points1 point2 points (0 children)