Skip to content

Commit 015ccfe

Browse files
committed
Update this functions tutorial to be Python 3
1 parent 7cd0713 commit 015ccfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/basic_motor_control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,4 @@ From here, you should be able to make your robot move about in a controlled mann
265265
See if you can make your robot drive forwards to a given point, stop, turn around and then return to its starting point.
266266

267267
You might also like to see if you can make the larger code example above more concise by creating functions for the repetitive parts.
268-
[This](https://www.tutorialspoint.com/python/python_functions.htm) tutorial seems good if you're interested.
268+
[This](https://www.tutorialspoint.com/python3/python_functions.htm) tutorial seems good if you're interested.

0 commit comments

Comments
 (0)