Exemplo n.º 1
0
from Hello import hello

print("Hello from the main program")
hello()
print("Bye bye!")
Exemplo n.º 2
0
def main():
    hello()
Exemplo n.º 3
0
from Hello import hello

hello()