Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions