Ejemplo n.º 1
0
import hello

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

print run(10)


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