1
00:00:00,210 --> 00:00:01,970
This is a python quiz.

2
00:00:02,130 --> 00:00:05,610
I'm going to start Python 3 on my book to host.

3
00:00:05,610 --> 00:00:13,460
I'm going to set rota equal to 1 9 2 1 6 8 1 2.

4
00:00:13,470 --> 00:00:18,520
What is the answer when I specify this.

5
00:00:18,920 --> 00:00:21,570
So when I press into know what is gonna be displayed.

6
00:00:22,720 --> 00:00:31,640
Notice 2 is displayed when I specify 3 notice dot is displayed for 1 is displayed.

7
00:00:31,640 --> 00:00:32,710
Why two.

8
00:00:32,960 --> 00:00:40,180
Because we started 0 0 1 2 so 2 is displayed over here 3.

9
00:00:40,220 --> 00:00:45,230
Is this because we starting from 0 so 0 1 2 3.

10
00:00:45,230 --> 00:00:59,130
Hence we see dot or period for displays 1 because it's a 0 1 2 3 4 so notice I've created a string called

11
00:00:59,130 --> 00:01:05,840
Rhoda and I can extract characters from that string by simply specifying the character number.
