Ad

You are given distance values between point A and B in the form of Kilometers(km).
Find the largest Distance, convert to miles and return.

miles = km/1.609344

Example:
(4.828032,8.04672, 16.09344) > 10

def numbers(n):
    pass