SyntaxFix
Write A Post
Hire A Developer
Questions
from platform import python_version print(python_version())
This will give you the exact version of python running your script. eg output:
3.6.5