Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In order to make your classes on time, you sometimes have to cut across Tech Green. Given the width and length of Tech Green (a
In order to make your classes on time, you sometimes have to cut across Tech Green. Given the width and length of Tech Green (a rectangle), calculate the distance of the diagonal. Round to two decimal points and print out a response in the format shown in the test cases. Keep in mind that the width and length could be a float. Hint: you can use math.sqrt but that is not the only way to implement a square root!
Function name : shortcut() Parameters : no parameters Returns: None
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