Question: QUESTION Extend the provided billboard.py Python file of the Nokia Logo by completing function paste_up so that it can draw sheets at the locations and

QUESTION

Extend the provided billboard.py Python file of the Nokia Logo by completing function paste_up so that it can draw sheets at the locations and orientations specified by a data set provided as its single parameter.

BACKGROUND INFORMATION

i have responded to this question: You must design four billboard sheets which, when pasted in the correct locations and orientations, align to produce a single picture. Each sheet must be a distinct part of a single overall image. You will need to use basic Python features and the Turtle graphics module.

WHAT I'VE DONE

I have developed a Python 3 program which processes data stored in a list to display a specific arrangement of sheets on a billboard. I have written the code in IDLE using import turtle to draw a Nokia Logo that is split into four sections of a billboard (see image below) The dimensions of the billboard are 500 x 800 (each sheet is 500 x 200)

MORE BACKGROUND INFORMATION:

- There are thus many ways of pasting up the sheets, but to display the billboard image correctly Sheets A to D must be pasted upright in Locations 1 to 4, respectively. Any other arrangement will display the image incorrectly. Not all of the data sets mention all four sheets. If there is no instruction for a particular sheet then it should not be drawn at all.

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!