示例#1
0
def greet_user(username):
    currentUser = User(username)

    # 'Hello, %s!' % self.username
    return currentUser.greeting()