Question: Using the turtle library develop a Python code that writes the initials S A using polygons (e.g., triangles, rectangles, etc.). The initials must appear on

Using the turtle library develop a Python code that writes the initials S A using polygons (e.g., triangles, rectangles,\ etc.).\ The initials must appear on the turtle window so I can read them horizontally. Only two letters are necessary.\ To receive full credit, please fulfill the requirements below:\ The code must run without any syntax or runtime errors.\ The code must draw both initials successfully. Each letter will be awarded 50 points, for a total of 100\ points.\ Use polygons to draw your letters. For example, for the letter A, you may use a triangle for the left leg, a\ triangle for the right leg, and a rectangle for the middle part.\ Thin letters made of straight or curved lines will not receive any credit.\ Use only the Python commands shown on pages 92 - 108 of the document used during Lab #1 (Chapter\ 5 Programming with Python - The official Rasbercx Pi beginner's guide).\ Please submit the following:\ The source code file my_initials.py\ A single screenshot that shows the Thonny editor with your source code and the finalized drawing of\ your initials.\ You may want to use filled-out letters. In that case, please research how to use the turtle commands begin fill and\ end,fill.\ Feel free to use any style and colors. Have fun!\ Keep in mind that the problem statement says you must use polygons with straight lines to draw your initials. you can\ use irregular polygons. If you check my screenshot below, the second letter A was created using a 7-sided outer\ polygon and an inner triangle.

Using the turtle library develop a Python code that writes the initials

Using the turtle library develop a Python code that writes the initials S A using polygons (e.g., triangles, rectangles, etc.). The initials must appear on the turtle window so I can read them horizontally. Only two letters are necessary. To receive full credit, please fulfill the requirements below: - The code must run without any syntax or runtime errors. - The code must draw both initials successfully. Each letter will be awarded 50 points, for a total of 100 points. - Use polygons to draw your letters. For example, for the letter A, you may use a triangle for the left leg, a triangle for the right leg, and a rectangle for the middle part. - Thin letters made of straight or curved lines will not receive any credit. - Use only the Python commands shown on pages 92 - 108 of the document used during Lab \#1 (Chapter 5 Programming with Python - The official Rasbercx Pi beginner's guide). Please submit the following: - The source code file my_initials.py - A single screenshot that shows the Thonny editor with your source code and the finalized drawing of your initials. You may want to use filled-out letters. In that case, please research how to use the turtle commands begin, fill and end.fill. Feel free to use any style and colors. Have fun! Keep in mind that the problem statement says you must use polygons with straight lines to draw your initials. you can use irregular polygons. If you check my screenshot below, the second letter A was created using a 7-sided outer polygon and an inner triangle

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!