I have a python file named solution.py and I can successfully execute it through the terminal using the following commands:
chmod +x solution.py
python3 solution.py
This works just fine if I have simple print phrases and so on.
What should I do if I have defined a function in solution.py and I want to call it with parameters that I want directly from terminal? How do I pass the arguments to the function call?
chmod +x! Just read access. – Léo Léopold Hertz 준영 Jun 25 '17 at 08:58