Python Programming 9. Drawing with Turtle Part 1

Опубликовано: 07 Октябрь 2024
на канале: Computer Science Lessons
11,789
88

This is the ninth in a course of computer science video lessons introducing programming with Python. This video introduces the Python Turtle library which can be used to draw simple shapes. You will learn how to draw simple polygons by repeating commands that move an imaginary drawing turtle forward and turn it through different angles.