from r_util import * a = RNum (); print "The value is: %d"%(a.get("33")) print "The math is: %d"%(a.math("33+(4*2)"))