import hello hello.run()
def main(): run()
from hello import iterate as run print run(10)
def hello(): run() return "Hello World!"
def main(): print run(10)