1
00:00:00,150 --> 00:00:01,530
This is a python quiz.

2
00:00:01,620 --> 00:00:11,250
I'm going to start python on the subway to host And I'm going to set a equal to duck stall TO BE.

3
00:00:11,250 --> 00:00:23,260
I'M GONNA SET TO GO SEE I'M GONNA SET TO A plus B plus dot com so when I press C here what does it equal

4
00:00:23,260 --> 00:00:24,060
T.

5
00:00:24,070 --> 00:00:29,240
The answer is duck duck go dot com nice search engine if you want privacy.

6
00:00:29,320 --> 00:00:31,960
This is multiplication with strings.

7
00:00:31,960 --> 00:00:33,400
So basically it ends up being.

8
00:00:33,400 --> 00:00:33,800
Duck.

9
00:00:33,820 --> 00:00:34,620
Duck.

10
00:00:34,670 --> 00:00:40,220
Yeah I'm doing concatenation or addition of strings.

11
00:00:40,300 --> 00:00:45,330
Notice here I by mistake didn't add a space but it doesn't matter it still works.

12
00:00:45,340 --> 00:00:47,030
So the result is as follows.

13
00:00:47,050 --> 00:00:54,130
So you can add whitespace here like I did or not at whitespace if you prefer not to pet bait talks a

14
00:00:54,130 --> 00:01:00,370
lot about how to write good Python code and the big idea is write Python code that's easy to read so

15
00:01:00,370 --> 00:01:03,920
don't be inconsistent or like I was here right.

16
00:01:03,970 --> 00:01:04,740
Good code.

17
00:01:04,810 --> 00:01:06,150
That's easy to read.

18
00:01:06,160 --> 00:01:07,900
Be consistent in your code.
