Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Android 4 Application Development

Authors: Reto Meier

3rd Edition

1118223853, 9781118223857

More Books

Students also viewed these Programming questions