Answered step by step
Verified Expert Solution
Question
1 Approved Answer
intro to python class be easy. for the stamps I have mine. the others just call them stamp 1 and stamp 2 In this assignment
intro to python class be easy. for the stamps I have mine. the others just call them stamp 1 and stamp 2
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 Stamp 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 Test Your Stamp - Create a main function - Within the main function: Draw your stamp in two different locations by calling it. Find/Make Two Friends Here comes the hard part. You need to make friends, and they can be in any of my three programming classes. You will share the function that you wrote with them. You need to include at least two different stamps. While swapping code is most likely, if someone just needs one stamp and you don't you are ok to give them their stampStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started