Question: Hi, I require a python code which will draw the Drobbox logo (The name is not neccesary just the logo). There is code provided of

 Hi, I require a python code which will draw the Drobbox

Hi, I require a python code which will draw the Drobbox logo (The name is not neccesary just the logo). There is code provided of a box which is 100 pixel by 100 pixel, the dropbox logo must be drawn in this box and must fit the size of the box (meaning it should not go over the sides and should be a perfect fit. It must be done in Python 3.6.1 or Higher. The box image is provided as is the code for it down below. After the logo is drawn the pen should return to the exact starting point of where it began before it drew the box. Any other questions please let me know down below.

from turtle import * #box pencolor('Black') fillcolor('#3B5998') pendown() begin_fill() setheading(90) forward(100) setheading(0)

forward(100) setheading(270) forward(100) setheading(180) forward(100) end_fill() penup()

logo (The name is not neccesary just the logo). There is code

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!