Test on Python
Introduction
1. Install Python
It is recommended to check add PATH. Otherwise, please remember the python execution path. This "Python Execute Path" value should be wired in Create Session.vi
2. Create a vi
This example uses Create Session.vi(Python).

When installing python, the Add Path option is checked. So no need to wire "Python Execute Path" terminal on Create Session.vi. (To confirm whether python has been added to windows path, you can tape "python" in windows command prompt)
If "Module Path(.py)" terminal leaves blank, The python will be executed without importing any scripts.
The EXEC CMD.vi is used for demonstration.
It can execute python command string like IPython. Also, it supports new line and python indent. You can check EXEC CMD.vi for more informations about the usage of it.