To check if your environment has been set up, refer to To set up the environment for execution .
where python
to check if the environment variable PATH
is added.For Windows, execute python --version
from command prompt.
For Mac, execute python3 --version
from terminal.
(These commands may vary depending on different environments.)
Add the following lines to the script:
set_values
uses an associative array.
The order of execution may differ from the order in which the parameters are specified.
Therefore, if the order in which the parameters are set is important, do not use set_values
to set all parameters at once.
For details, refer to set_values .