예제 #1
0
def root():
    return "<strong>{}</strong>".format(libfile.say_hello())
예제 #2
0
def named(name):
    return "<strong>{}</strong>".format(libfile.say_hello(name))