1
00:00:00,300 --> 00:00:02,300
Can you answer this python quiz.

2
00:00:02,400 --> 00:00:04,610
In this example I've gotten a bunch of computer.

3
00:00:04,680 --> 00:00:06,870
I'm going to start Python 3.

4
00:00:07,020 --> 00:00:12,290
I'm going to set a equal to zero B zero one B.

5
00:00:12,330 --> 00:00:22,620
I'm going to set to zero B one zero a set C to A plus B what does C equal T.

6
00:00:22,620 --> 00:00:25,380
So if I press enter now what is C.

7
00:00:25,410 --> 00:00:27,110
What do you think it is.

8
00:00:27,120 --> 00:00:28,640
Can you answer the question.

9
00:00:28,680 --> 00:00:30,770
Notice C equals 3.

10
00:00:30,780 --> 00:00:31,860
Why.

11
00:00:31,860 --> 00:00:35,260
Because in Python 0 b indicates binary.

12
00:00:35,460 --> 00:00:37,410
This is 1 in binary.

13
00:00:37,470 --> 00:00:44,610
This is 2 in binary one plus two equals three in decimal.

14
00:00:44,610 --> 00:00:48,100
So don't forget in Python you can work with decimal.

15
00:00:48,150 --> 00:00:50,370
You can work with hexadecimal you can work with binary.
