Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Must be Done with Python, must run succesfully. Filename: passportipy In this assignment you will need to complete assignment 5A Now that we have our

Must be Done with Python, must run succesfully.
image text in transcribed
Filename: passportipy In this assignment you will need to complete assignment 5A Now that we have our stamp, we are going to create a passport with 3 different stamps in it. Each stamp, you will print in two different locations. Let's find out how you will get these stamps! Preparing Your 5 tamp You will need to prepare your stamp for drawing. Your stamp will be expected to be drawn in the correct orientation and position each time it is called no matter what the ending of the previous stamp. In addition, your stamp needs to be in a function, and labelled as your own. Here are some guidelines: - Create a function named "firstname lastname_stamp". Example mine would be kyle_dencker stamp. - Put a comment above it stating that it is yours. - Take in two parameters that will tell the starting drawing position as an X and Y coordinates - HINT: Use setheading to make sure your stamp starts to draw in the correct orientation. Test Your Stamp - Create a main function - Within the main functions Draw your stamp in two different locations by calling it

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

Recommended Textbook for

Programming The Perl DBI Database Programming With Perl

Authors: Tim Bunce, Alligator Descartes

1st Edition

1565926994, 978-1565926998

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago