79383245

Date: 2025-01-24 04:53:03
Score: 0.5
Natty:
Report link

Check the value of sys.implementation.name.

name is the implementation’s identifier, e.g. 'cpython'. The actual string is defined by the Python implementation, but it is guaranteed to be lower case.

For IronPython sys.implementation.name is 'ironpython', for Python it is 'cpython'.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: BSharp