Exemplo n.º 1
0
import hello

hello.run()
Exemplo n.º 2
0
def main():
    run()
Exemplo n.º 3
0
from hello import iterate as run

print run(10)


Exemplo n.º 4
0
def hello():
    run()
    return "Hello World!"
Exemplo n.º 5
0
def main():
	print run(10)