>>> from conversions import kp_to_newtons >>> f = kp_to_newtons(1.019361) >>> round(f,8) 9.99993141 >>> f = kp_to_newtons(1) >>> round(f,2) 9.81 >>> f = kp_to_newtons(3) >>> round(f, 2) 29.43 >>> f = kp_to_newtons(100) >>> round(f, 2) 981.0