def min_value():
if minimum < 0: print("ERROR. Value should be above than 0 ") return float(input("What is the minimum value? "))