Skip to content

Commit 8e70069

Browse files
authored
Merge pull request #255 from srobo/kjk/python-tutorial
Update reference to Python 2.6
2 parents be25f03 + 12ca09e commit 8e70069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Python: A whirlwind tour"
66
Python: A whirlwind tour
77
========================
88

9-
In this tutorial, we'll introduce the basic concepts of programming, which will be central to the programs that you will run on your robot. There are many different languages in which computers can be programmed, all with their advantages and disadvantages, but for the Student Robotics competition we use one called Python 2.6. We chose it because it's good for beginners, but also elegant and powerful.
9+
In this tutorial, we'll introduce the basic concepts of programming, which will be central to the programs that you will run on your robot. There are many different languages in which computers can be programmed, all with their advantages and disadvantages, but for the Student Robotics competition we use one called Python 3.9. We chose it because it's good for beginners, but also elegant and powerful.
1010

1111
Sprinkled through the tutorial are exercises. The first ones for each section should be quite easy, while the higher-numbered exercises will be harder. Some will be very hard; try these if you're up for a challenge.
1212

0 commit comments

Comments
 (0)