Import array/list of numbers into a python function, and run it from the terminal of Visual Studio Code
I would like to import a list in a python function and run the function from the terminal of Visual Studio Code. My function, that I called “MyFunction.py“, and that I temporarily saved on the Desktop, is the following one:
Import array/list of numbers into a python function, and run it from the terminal of Visual Studio Code
I would like to import a list in a python function and run the function from the terminal of Visual Studio Code. My function, that I called “MyFunction.py“, and that I temporarily saved on the Desktop, is the following one: