1 00:00:01,140 --> 00:00:03,990 Andre: Hey there, this is Andre from the future. 2 00:00:03,990 --> 00:00:07,800 Exactly right after I recorded the videos in the Repl, 3 00:00:07,800 --> 00:00:12,150 well, Repl.it decided to upgrade their Python interpreter 4 00:00:12,150 --> 00:00:14,970 to the version right here. 5 00:00:14,970 --> 00:00:17,670 Now, I want you to keep in mind that Repl usually 6 00:00:17,670 --> 00:00:21,900 implements the Python interpreter a little bit later 7 00:00:21,900 --> 00:00:24,120 because they have to work out some kinks, 8 00:00:24,120 --> 00:00:27,690 make sure that it's integrated properly onto their website. 9 00:00:27,690 --> 00:00:29,880 So this number might be a little bit lower 10 00:00:29,880 --> 00:00:33,630 than what you see on python.org, but don't worry, 11 00:00:33,630 --> 00:00:35,100 everything that we do in this course, 12 00:00:35,100 --> 00:00:36,540 you're gonna be able to follow 13 00:00:36,540 --> 00:00:40,890 as long as we're using Python version three, we're all set. 14 00:00:40,890 --> 00:00:42,780 Just keep in mind what I said before. 15 00:00:42,780 --> 00:00:47,070 That is, that these versions are constantly going to upgrade 16 00:00:47,070 --> 00:00:49,650 and constantly going to evolve. 17 00:00:49,650 --> 00:00:53,010 In this course, we're using the latest version of Python 18 00:00:53,010 --> 00:00:57,090 but because Repl now has a higher version, 19 00:00:57,090 --> 00:00:59,040 it allows us to do some neat things 20 00:00:59,040 --> 00:01:00,960 that perhaps we weren't able to do 21 00:01:00,960 --> 00:01:02,910 in older versions of Python. 22 00:01:02,910 --> 00:01:05,010 For example, later on in the course, 23 00:01:05,010 --> 00:01:09,300 we're gonna talk about something called the walrus operator 24 00:01:09,300 --> 00:01:14,300 and this is a new feature that is new to Python 3.8. 25 00:01:14,790 --> 00:01:18,270 And because of that, we're gonna be able to use it inside 26 00:01:18,270 --> 00:01:21,300 of this Repl but we're getting ahead of ourselves. 27 00:01:21,300 --> 00:01:24,870 You'll see that when we talk about the walrus operator. 28 00:01:24,870 --> 00:01:27,603 Anyway, just a quick note, let's get back into it.