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)

WHAT I NEED HELP WITH:
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. The incomplete Python script below for the Nokia Logo is missing a crucial function, "paste_up". You are required to complete this function so that when the program is run it produces an image of an advertising billboard whose arrangement is determined by data stored in a list which specifies how individual paper sheets are to be pasted onto the backing.
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.



MY CODE WRITTEN FOR THE DRAWING OF THE NOKIA LOGO:










CODE SUPPLIED FOR PASTE_UP TEMPLATE:

OTHER INFORMATION SUPPLIED IN TEMPLATE:



QUESTION:
I require help with understanding the layout of the paste up and how this would look in an IDLE window.
Show transcribed image text
NOKIA
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
