Try to make it in a sandbox and follow along.
Link to make your own sandbox FREE no login needed:
https://codehs.com/explore/sandbox/py...
My code:
https://codehs.com/sandbox/davidsteck...
In this video, we learn how to draw any regular polygon (like a pentagon with 5 sides).
Rule:
Turning angle = 360 ÷ (number of sides)
Then run a for loop that repeats once per side (the same number as the sides) to complete the shape.