Exec String¶
Execute Python code contained in a string.
The code will be evaluated in the context of your Python module. You can access or create variables, objects, and functions, import packages, etc.
- Session ID/Session ID Out
- The current Python session ID. Session ID Out always contains the same value as Session ID.
- Python Code
- String containing Python commands to execute.
- Error In/Out
- Terminals for standard error functionality.