Write a function named get_range that accepts a non-empty list of real numbers as
argument.iy should return the range of the list .avoid using built-in fuction such as max or min.
def get_range(L):
"’
Argument:
L:list
Return:range:float
"
Write a function named get_range that accepts a non-empty list of real numbers as
argument.iy should return the range of the list .avoid using built-in fuction such as max or min.
def get_range(L):
"’
Argument:
L:list
Return:range:float
"