Turtle Graphics

Hello viewers, this Python demonstration goes directly to instructing python what to do through specific callback functions, methods and statements. Honestly, this part of Python isn’t so hard at all, it’s another great way for newbies to familiarize themselves through simple instructions such as this specific program to create basic shapes. There are other fancy code that can make it fancier such as adding color and cursor color and size, but I am more concerned with the main functions of Turtle Graphics. Although the Turtle Functions are the easiest code to perform, the window control and the cursor color are the hardest of all throughout the lab.

 

Note* The code below contains both demonstrations of Turtle graphics including the square loop and the straight loop turtle program. The last one is the actual random line maker program below.