00:01
Hello, welcome to this lesson.
00:02
In this lesson, we'll follow these instructions in order to write a python program.
00:08
So here, we would assign value seven to a variable guess me, right.
00:15
So we'll have guess me, which would assign to seven, then we would have a value one to a variable number.
00:34
So this is number, assign it to one, the next step we'll write a while loop that compares the number with guess me.
00:44
So let's write that we'll do while number is less than or equals to guess me.
00:54
Alright, so print to low if number is less than guess me.
01:00
So for most part of the program, the number is going to be less than the guess me.
01:06
So we'll print here, let me indent them.
01:18
So we'll simply print the two low.
01:25
Alright, the next step, you will check if the number equals guess me the print found it.
01:38
Alright, so here, we'll say if number equals, that's the double assignment equals guess me going to print found it found it found it.
01:59
Alright, then we'll exit the loop...