1
00:00:00,090 --> 00:00:04,890
Hey guys, welcome to Day 18 of 100 Days of Code. Now,

2
00:00:04,890 --> 00:00:07,680
today, we're going to learn about some really exciting things.

3
00:00:07,710 --> 00:00:10,110
We're going to look deeper into turtle graphics,

4
00:00:10,470 --> 00:00:15,120
starting to do things with graphics, with the help of the turtle module.

5
00:00:15,450 --> 00:00:19,020
And we're also going to be learning about Python tuples as well as looking

6
00:00:19,020 --> 00:00:22,200
deeper into importing modules in Python.

7
00:00:23,010 --> 00:00:24,540
By the end of today,

8
00:00:24,570 --> 00:00:29,570
we will have written some code that is capable of generating million dollar

9
00:00:31,110 --> 00:00:34,740
pieces of odd work. So we're looking at a Damien Hirst,

10
00:00:35,010 --> 00:00:38,640
which sold for 1.275

11
00:00:38,640 --> 00:00:41,970
million pounds a little while ago.

12
00:00:42,450 --> 00:00:47,450
And we're going to be using Python turtle to create a similarly beautiful dot spot

13
00:00:50,820 --> 00:00:51,653
painting,

14
00:00:51,690 --> 00:00:56,580
which could be randomized and create beautiful pieces of art

15
00:00:56,700 --> 00:00:59,550
like this one. Once you're ready,

16
00:00:59,610 --> 00:01:02,790
head over to the next lesson and let's get started.

