import numpy as np
print('')
print("Enter two numbers, low then high.")
l = int(input("low = "))
h = int(input("high = "))
Continue reading
import numpy as np
print('')
print("Enter two numbers, low then high.")
l = int(input("low = "))
h = int(input("high = "))
Continue reading