00:01
In this video, we're going to be finding the minimum and maximum number of the user input.
00:10
So to get started, want to create the numbers from the user.
00:20
So we'll do while this is true.
00:29
So we'll create a while loop and within this wall loop, we're going to get inputs from the user.
00:33
So user equals user input, enter, number, or stop.
00:48
Okay, so we're going to check if the user has entered, actually, want to have this as text, and then check to see if the user has entered.
01:18
Then we want to break it and set it equal to false.
01:25
False.
01:27
Okay.
01:29
Then outside of this and then we'll rename this to user and convert this to an integer.
01:45
Alright, so now i come out of this one loop and i do mnm, maxnm, and we'll do max max of max number of the list and we'll do the minimum numbers.
02:16
Min number.
02:19
So now we can print these two values.
02:25
So max number, copy and paste this into here.
02:38
And then min number.
02:42
I also put this on a new line.
02:44
Oops.
02:48
Right, there we go...