1 00:00:01,130 --> 00:00:07,490 Hey there, this is Andre from the Future, exactly, right after I recorded the videos in the Reppel 2 00:00:07,790 --> 00:00:14,060 Well Replug, it decided to upgrade their Python interpreter to the version right here. 3 00:00:15,010 --> 00:00:16,870 Now, you might be asking yourself. 4 00:00:16,900 --> 00:00:22,630 Hold on, if I go to Python Dog, the version of Python is higher than this. 5 00:00:24,120 --> 00:00:28,770 As you can see, the latest version of Python is right here. 6 00:00:29,620 --> 00:00:36,340 But again, Reppel just takes a bit of time, so we are fine as long as the version is three or higher. 7 00:00:36,850 --> 00:00:43,000 Now, I want you to keep in mind that Reppel usually implements the Python interpreter a little bit 8 00:00:43,000 --> 00:00:48,910 later because they have to work out some kinks, make sure that it's integrated properly onto their 9 00:00:48,910 --> 00:00:49,420 website. 10 00:00:49,570 --> 00:00:53,770 So this number might be a little bit lower than what you see on Python, Doug. 11 00:00:54,040 --> 00:00:58,390 But don't worry, everything that we do in this course, you're going to be able to follow. 12 00:00:58,420 --> 00:01:01,830 As long as we're using Python version three, we're all set. 13 00:01:02,740 --> 00:01:06,650 Now, depending on when you watch this video, this number might be even higher. 14 00:01:06,670 --> 00:01:10,320 But again, everything we're going to learn, you're going to be able to follow. 15 00:01:10,990 --> 00:01:17,440 Just keep in mind what I said before that is that these versions are constantly going to upgrade and 16 00:01:17,590 --> 00:01:19,150 constantly going to evolve. 17 00:01:19,690 --> 00:01:22,690 In this course, we're using the latest version of Python. 18 00:01:23,080 --> 00:01:30,400 But because Reppel now has a higher version, it allows us to do some neat things that perhaps we weren't 19 00:01:30,400 --> 00:01:32,740 able to do in older versions of Python. 20 00:01:32,980 --> 00:01:38,650 For example, later on in the course, we're going to talk about something called the Walrus Operator. 21 00:01:39,350 --> 00:01:44,500 And this is a new feature that is new to Python three point eight. 22 00:01:44,810 --> 00:01:49,330 And because of that, we're going to be able to use it inside of this REPPEL. 23 00:01:49,510 --> 00:01:51,390 But we're getting ahead of ourselves. 24 00:01:51,400 --> 00:01:54,060 You'll see that when we talk about the walrus operator. 25 00:01:54,850 --> 00:01:56,350 Anyway, just a quick note. 26 00:01:56,500 --> 00:01:57,520 Let's get back into it.