00:01
Hello, welcome to this lesson.
00:02
In this lesson, we would take user input, store the inputs into a list, then we will print the lesson in reverse order.
00:12
So what we'll do is that here we would have user inputs using python.
00:22
So we have user inputs, which is equals to input from the inbox function inputs that takes whatever you want to print to the screen.
00:35
So, say, enter the values separated by commerce.
00:47
So after that, i would want to store that to user list.
00:52
Now this user list, i would want to take the individual values from the input that is separated by command and converted to an integer.
01:04
So, for example, i would use the four, in the list so say x for x in user input so user input split or split by a comma okay so the the item that they actually list i'll split it into a comma i'll split it by commas then convert that to an integer so for example if they type in three, four, five...