00:01
The python program and it's going to loop a certain amount of times up until the user enters a negative number, it will enter, it will stop loop.
00:12
So we're going to create a variable for the user so we can enter the input.
00:18
We ask them to enter a number.
00:22
We want to wrap this input into an integer so that we're converting it into an integer from the string to an integer.
00:34
Now, we're going to, within this while loop, we're going to say, in the user, enters a number that is greater than user, that is greater than zero.
00:46
We want them, we want the program to print a message body.
00:56
And then we'll also ask the user again to enter a number.
01:06
If they enter a negative number, we're going to in the loop, it's going to come on the loop, and then we'll type them...