from Hello import hello

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

hello()