Python Interpreter
2. Using the Python Interpreter
2.1 Invoking the Interpreter
Default location for python interpreter is at /usr/local/bin/python3.11 You can use /usr/local/bin in your shell command, then type the command python3.11 to start the interpreter.
2.1.1 Argument Passing
Source: https://docs.python.org/3/tutorial/interpreter.html