main() function doesn’t run when the script is run
- main
- newbie
The program is
def main():
print('Hello world')
However, the program prints nothing.
main() function doesn’t run when the script is run
The program is
def main():
print('Hello world')
However, the program prints nothing.