Question: I need help creating this program using turtle in python. I am using VS code if that makes a difference. 1. You will start this
I need help creating this program using turtle in python. I am using VS code if that makes a difference.
1. You will start this program by asking the user how many stars the user wants:
Example: Enter number of stars : 3
2. The program will then ask you to enter which color you want to color each row. Store these colors in a list.
3. Your stars will be evenly spaced going diagonally down the screen.
The size of your stars will be larger if their are fewer stars and smaller if their are more:
e.g. a size of 10:
4. To build the diagonal stars you will loop through for the number of stars, then
nest a loop to build each star.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
