Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

what is the issue in this code? x = 1 0 . 0 y = 2 5 . 5 magnitude = ( x , y

what is the issue in this code?
x =10.0
y =25.5
magnitude =(x, y)
def magnitude(x,y):
r =(x **2+ y **2)**(1/2)
return round(r,3)

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

Graph Databases New Opportunities For Connected Data

Authors: Ian Robinson, Jim Webber, Emil Eifrem

2nd Edition

1491930896, 978-1491930892

More Books

Students also viewed these Databases questions

Question

What has been your desire for leadership in CVS Health?

Answered: 1 week ago

Question

Question 5) Let n = N and Y Answered: 1 week ago

Answered: 1 week ago

Question

6. Have you used solid reasoning in your argument?

Answered: 1 week ago