# Single:1 - Block:2


def main():
    """
    
    Comment
       
    """
    world = 'World!'
    print 'Hello %s' % world
