def root(): return "<strong>{}</strong>".format(libfile.say_hello())
def named(name): return "<strong>{}</strong>".format(libfile.say_hello(name))