Share
List reversal using for loop
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Reverse the list below using for loop:
my_list=[11,34,56,90,32]
Answers ( 2 )
Sorry it a private answer.
my_list[: : -1]