Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please do Isplanet beach day opto Recordings lunctions with the inputs provided. Create a stack trace for each of your 3 functions Function Design Options
please do Isplanet
opto Recordings lunctions with the inputs provided. Create a stack trace for each of your 3 functions Function Design Options area Triangle - finds the area of a triangle. takes a base length and height length, returns area base is 6, height is 8, area should be 24 terpiD - gives someone a UMD email address, takes first name and last name, returns firstlast@umd.edu (no spaces) - only 1 function should be able to handle any email input. first name is Grace, last name is Hopper, email should be GraceHonderfumdedu isten - tells you if a given number is 10, takes a number, returns True it 10 o test this program with - 4, 10, 10.5, and 553 is Planet - tells you if a given word is the name of one of the planets in our solar system, takes a word, returns True if it is a planet Earth should return True, Big Dipper should return false beachDay - tells you whether you can go to the beach, takes variable hasSunscreen and isCloudy, returns True if you can go to the beach Should only let you go to the beach when sunny if you have sunscreen and should let you go to the beach in it is cloudy regardless What to Turn In 1. Submit a .py file labeled FLastName_Functions.py with your code. 2. Submit images (photo or computer generated) of a stack traces of your final code labeled FLastName_FunctionStackTrace.png (or jpeg, pdf, etc) Functions Program Assignment Criteria Ratings PES Function beach day
Step 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