We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The VRED toolkit engine uses the Python interpreter shipped with VRED. To check which version VRED is using:
import sys print(sys.version)