00:01
That will divide a number by, we'll divide the number three times.
00:10
So to keep started, we first need to create a variable.
00:16
So we need to create a user on variable and set it equal to x.
00:26
So we can get the input from the user.
00:33
And we also cast the input to a integer.
00:38
Then copy this number and call this next number x to divide by.
00:46
We take the number to tell the user what they would like to divide by.
00:54
So far we've stored, we've created a variable to get input from the user so that can then take the data and divide it.
01:10
So now we want to create a list.
01:14
So let's call this list num.
01:20
We'll create an empty.
01:22
I want to do 4i in range of 3, since we want to divide the number by 3...