Answer:
The function in Python3 is as follows
def Distance(x1, y1, x2, y2):
dist = ((x1 - x2)**2 +(y1 - y2)**2)**0.5
return dist
Explanation:
This defines the function
def Distance(x1, y1, x2, y2):
This calculates distance
dist = ((x1 - x2)**2 +(y1 - y2)**2)**0.5
This returns the calculated distance to the main method
return dist
The results of the inputs is:

Compiler because there are multipule compilers like cobalt that are made gor that <span />
Code:
def interest():
interest_rate = 0.06
investment = input(int('Investment: '))
yield = 0
year = 0
while (yield < investment):
year += 1
yield = investment * interest_rate
print (year)
NOTE: i wrote this code assuming that the investment for the next year is the same as the first year and so forth
I think it’s true that you can select image properties from the image menu
Note that in the active directory, the Forest is known to be the topmost level.
<h3>What is highest level in an Active Directory design?</h3>
An Active Directory forest is known to be the biggest level of organization that is found in the Active Directory as all of the forest often shares a single database.
Note therefore, that in the active directory, the Forest is known to be the topmost level.
Learn more about active directory from
brainly.com/question/14364696
#SPJ11