1. Import the turtle module 2. Create a turtle to control. 3. Draw around using the turtle methods. Problem: a- Based on what you have learned in this course and using the appropriate commands, you...


1. Import the turtle module<br>2. Create a turtle to control.<br>3. Draw around using the turtle methods.<br>Problem:<br>a- Based on what you have learned in this course and using the appropriate commands,<br>you are asked to implement a python program that draws the below diagram using the<br>turtle.<br>3<br>You should consider the following points in your solution:<br>1- The program should not contain any user-defined function.<br>2- The number of circles is 36, the starting radius is 100, and the offset angle that should<br>be used each time to turn is10.<br>3- You should equally distribute the colors among the circles in your program, and you<br>should select the colors from the colors list:<br>colors=[

Extracted text: 1. Import the turtle module 2. Create a turtle to control. 3. Draw around using the turtle methods. Problem: a- Based on what you have learned in this course and using the appropriate commands, you are asked to implement a python program that draws the below diagram using the turtle. 3 You should consider the following points in your solution: 1- The program should not contain any user-defined function. 2- The number of circles is 36, the starting radius is 100, and the offset angle that should be used each time to turn is10. 3- You should equally distribute the colors among the circles in your program, and you should select the colors from the colors list: colors=["brown","red", magenta', blue","green",;"orange"] 4- Your program should include only one loop. 5- Make sure to set properly the starting position (x & y) of your drawing, to maintain the above diagram. b- Try to change either the number of circles or the tuming angle value. Discuss the impact of this change on the diagram and explain the reason behind that. 5 marks

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here