SyntaxFix
Write A Post
Hire A Developer
Questions
Per sys.hexversion and API and ABI Versioning:
import sys if sys.hexversion >= 0x3000000: print('Python 3.x hexversion %s is in use.' % hex(sys.hexversion))