Ejemplo n.º 1
0
def root():
    return "<strong>{}</strong>".format(libfile.say_hello())
Ejemplo n.º 2
0
def named(name):
    return "<strong>{}</strong>".format(libfile.say_hello(name))