import numpy as np e = [23.76, 35.6, 48.05, 60.08] eObj = [28.4, 42.93, 57.61, 72.313] print(e/eObj)