00:01
Okay, so this question says, write a python program that determined the longer of three strings.
00:15
So standard input consists of three lines of text, which outputs only the longer of the three strings.
00:32
Okay, so let's do that.
00:35
So let's do in one is equal to input, input one.
00:40
In 2 is equal to input input 2 and in 3 is equal to input 3.
00:56
Very simple.
00:57
So our first string is going to be medium length.
01:00
Our second string is going to be short and let's make our third string really long.
01:05
It's what we're going to do is we're going to say, we're going to say lengths is an empty list and we're going to say length of pen, len in one.
01:21
Say lengths of pen, pen, and length in two...