1 00:00:00,000 --> 00:00:02,250 If you want to learn more about programming, 2 00:00:02,250 --> 00:00:05,190 but feel intimidated by the long and complex lines of code, 3 00:00:05,190 --> 00:00:06,660 I have good news for you. 4 00:00:06,660 --> 00:00:09,210 There is a free online programming environment 5 00:00:09,210 --> 00:00:12,660 called Scratch that offers a much more accessible way to learn more 6 00:00:12,660 --> 00:00:15,100 about the fundamentals of computer science. 7 00:00:15,100 --> 00:00:17,790 By default, you are given a character, the Scratch cat, 8 00:00:17,790 --> 00:00:21,340 and a bunch of building blocks that you can use to make the cat do things. 9 00:00:21,340 --> 00:00:24,300 For example, if you put these two blocks together, and then click 10 00:00:24,300 --> 00:00:26,490 the green flag, the cat will say whatever 11 00:00:26,490 --> 00:00:28,320 it is you wrote in the say block. 12 00:00:28,320 --> 00:00:32,549 You can then experiment with motion, sound, events, and so much more. 13 00:00:32,549 --> 00:00:35,550 In the end, you may even have something like this. 14 00:00:35,550 --> 00:00:40,430 Check out CS50 Lecture 0 on YouTube to learn more about Scratch. 15 00:00:40,430 --> 00:00:41,000