1 00:00:00,563 --> 00:00:01,650 Instructor: Hey there. 2 00:00:01,650 --> 00:00:03,990 This is Andre from the Feature. 3 00:00:03,990 --> 00:00:07,800 Exactly right after I recorded the videos in the Repl, 4 00:00:07,800 --> 00:00:12,120 well Repl.it decided to upgrade their Python interpreter 5 00:00:12,120 --> 00:00:14,253 to the version right here. 6 00:00:15,540 --> 00:00:20,540 As you can see, the latest version of Python is right here. 7 00:00:20,790 --> 00:00:22,915 Now, I want you to keep in mind that Repl usually 8 00:00:22,915 --> 00:00:27,750 implements the Python interpreter a little bit later, 9 00:00:27,750 --> 00:00:29,970 because they have to work out some kinks. 10 00:00:29,970 --> 00:00:33,510 Make sure that it's integrated properly onto their website. 11 00:00:33,510 --> 00:00:35,700 So this number might be a little bit lower 12 00:00:35,700 --> 00:00:39,480 than what you see on python.org, but don't worry, 13 00:00:39,480 --> 00:00:40,920 everything that we do in this course 14 00:00:40,920 --> 00:00:42,360 you're gonna be able to follow. 15 00:00:42,360 --> 00:00:46,740 As long as we're using Python version three, we're all set. 16 00:00:46,740 --> 00:00:48,450 Now, depending on when you watch this video, 17 00:00:48,450 --> 00:00:50,640 this number might be even higher. 18 00:00:50,640 --> 00:00:52,920 But again, everything we're going to learn 19 00:00:52,920 --> 00:00:54,900 you're going to be able to follow. 20 00:00:54,900 --> 00:00:57,198 Just keep in mind what I said before, that is 21 00:00:57,198 --> 00:01:00,208 that these versions are constantly going to upgrade 22 00:01:00,208 --> 00:01:03,660 and constantly going to evolve. 23 00:01:03,660 --> 00:01:06,457 In this course, we're using the latest version of Python 24 00:01:06,457 --> 00:01:11,070 but because Repl now has a higher version, 25 00:01:11,070 --> 00:01:13,710 it allows us to do some neat things that perhaps 26 00:01:13,710 --> 00:01:16,920 we weren't able to do in older versions of Python. 27 00:01:16,920 --> 00:01:19,020 For example, later on in the course 28 00:01:19,020 --> 00:01:23,310 we're gonna talk about something called the Walrus Operator 29 00:01:23,310 --> 00:01:28,310 and this is a new feature that is new to Python 3.8 30 00:01:28,770 --> 00:01:32,280 and because of that, we're gonna be able to use it inside 31 00:01:32,280 --> 00:01:35,310 of this Repl, but we're getting ahead of ourselves. 32 00:01:35,310 --> 00:01:38,484 You'll see that when we talk about the walrus operator. 33 00:01:38,484 --> 00:01:41,613 Anyway, just a quick note, let's get back into it.