Oct-11-2022, 05:16 AM
Hi Team,
Need help , is it possible
run all below py files one by one ............
I want to call main.py file and it has to run all (add,sub,mul,div) files
Need help , is it possible
run all below py files one by one ............
I want to call main.py file and it has to run all (add,sub,mul,div) files
1 2 3 4 5 6 |
python main.py python add.py 10 20 30 python sub.py 40 20 python mul.py 2 2 2 2 python div.py 100 50 |