Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

need help to determine where did i go wrong with this python 3.xx import arcpy Import math x1 =-89.98426 y1 = 38.51224 x2 = -89.94095

need help to determine where did i go wrong with this python 3.xx import arcpy Import math x1 =-89.98426 y1 = 38.51224 x2 = -89.94095 y2 = 38.58839 Def Eucliddistance(x1,y1,x2,y2): distance = math.sqrt((x1-x2)**2 + (y1-y2)**2) Return(distance) #convert from meters to miles tobeconversted = Eucliddistance(x1,x2,y1,y2) print(Eucliddistance(x1,y1,x2,y2))

syntax eerrr

File "C:/Users/bcolli24/PycharmProjects/myFirstProject/basicScrpt.py", line 10 Def Eucliddistance(x1,y1,x2,y2): ^ SyntaxError: invalid syntax

Process finished with exit code 1

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

MFDBS 89 2nd Symposium On Mathematical Fundamentals Of Database Systems Visegrad Hungary June 26 30 1989 Proceedings

Authors: Janos Demetrovics ,Bernhard Thalheim

1989th Edition

3540512519, 978-3540512516

More Books

Students also viewed these Databases questions

Question

dy dx Find the derivative of the function y=(4x+3)5(2x+1)2.

Answered: 1 week ago

Question

2. Describe how technology can impact intercultural interaction.

Answered: 1 week ago

Question

7. Define cultural space.

Answered: 1 week ago