def to_hebrew(s): return hpy.translateString(s, hpy.hebrewString)
def to_python(s): return hpy.translateString(s, hpy.pythonString)