In [1]:
python3 test_main.py
In [2]:
python3 test_module.py
In [3]:
python3 -m test_module
In [4]:
python3 hello.py
In [5]:
python3 hello_if_name.py
In [6]:
python3 add_module.py 1.2 3.4
In [7]:
python3 add_module_command.py 1.2 3.4
In [8]:
python3 add_module_argparse.py 1.2 3.4
In [9]:
python3 hello_main.py
In [10]:
python3 hello_direct.py