pyimplementation
Return string identifying the current Python implementation.
def pyimplementation() - > string
Return string identifying the current Python implementation.
Returns
| Type | Description |
|---|---|
string | A string identifying the Python implementation, such as 'CPython', 'PyPy', or 'Jython', including version details where applicable. |