WEBVTT

0
00:00.090 --> 00:04.890
Hey guys, welcome to Day 18 of 100 Days of Code. Now,

1
00:04.890 --> 00:07.680
today, we're going to learn about some really exciting things.

2
00:07.710 --> 00:10.110
We're going to look deeper into turtle graphics,

3
00:10.470 --> 00:15.120
starting to do things with graphics, with the help of the turtle module.

4
00:15.450 --> 00:19.020
And we're also going to be learning about Python tuples as well as looking

5
00:19.020 --> 00:22.200
deeper into importing modules in Python.

6
00:23.010 --> 00:24.540
By the end of today,

7
00:24.570 --> 00:29.570
we will have written some code that is capable of generating million dollar

8
00:31.110 --> 00:34.740
pieces of odd work. So we're looking at a Damien Hirst,

9
00:35.010 --> 00:38.640
which sold for 1.275

10
00:38.640 --> 00:41.970
million pounds a little while ago.

11
00:42.450 --> 00:47.450
And we're going to be using Python turtle to create a similarly beautiful dot spot

12
00:50.820 --> 00:51.653
painting,

13
00:51.690 --> 00:56.580
which could be randomized and create beautiful pieces of art

14
00:56.700 --> 00:59.550
like this one. Once you're ready,

15
00:59.610 --> 01:02.790
head over to the next lesson and let's get started.