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)

QUESTION Extend the provided billboard.py Python file of the Nokia Logo by

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.

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

MY CODE WRITTEN FOR THE DRAWING OF THE NOKIA LOGO:

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

CODE SUPPLIED FOR PASTE_UP TEMPLATE:

that it can draw sheets at the locations and orientations specified by

OTHER INFORMATION SUPPLIED IN TEMPLATE:

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

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

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!