im a newb at this and just got into it
how can i solve this
Write a program that asks the user to enter a list, and which then outputs
the reverse of the list. Here is an example:
Please enter a list: [1,6,11]
The reverse of [1, 6, 11] is [11, 6, 1]
any idea. and im not supposed to be using the reverse command
how can i solve this
Write a program that asks the user to enter a list, and which then outputs
the reverse of the list. Here is an example:
Please enter a list: [1,6,11]
The reverse of [1, 6, 11] is [11, 6, 1]
any idea. and im not supposed to be using the reverse command