1
00:00:00,210 --> 00:00:01,830
This is a python quiz.

2
00:00:01,830 --> 00:00:04,840
Do you know the answer from the start Python 3.

3
00:00:05,040 --> 00:00:06,930
And I'm going to say that A equals

4
00:00:10,850 --> 00:00:13,460
that so a equals that.

5
00:00:13,580 --> 00:00:18,130
But what is the answer to this.

6
00:00:18,130 --> 00:00:21,960
The answer is eight because there are eight characters here.

7
00:00:22,000 --> 00:00:24,640
Length tells me how long a string is.

8
00:00:25,390 --> 00:00:37,270
So as an example if I said A equals a plus one and then looked at the length of a notice it's nine concatenated

9
00:00:37,270 --> 00:00:38,100
another one.

10
00:00:38,110 --> 00:00:42,820
Notice it's ten concatenate another one it's eleven.

11
00:00:42,820 --> 00:00:50,080
That is the length of characters in the string length is very useful when trying to pass or fail to

12
00:00:50,650 --> 00:00:53,590
characters in a string and extract certain characters.

13
00:00:53,590 --> 00:00:56,410
You often need to know how long a string is.

14
00:00:56,410 --> 00:00:58,780
If you want to extract certain characters from it.
