import my_module as mm x_in = 10.0 out = mm.fun_lin(x_in, mm.p0, mm.p1) print('Result = ', out)