SyntaxFix
Write A Post
Hire A Developer
Questions
On my Centos Linux system I did the following: 1) Started the Python interpreter (I'm using 2.6.6) 2) Ran the following code:
import platform print(platform.architecture())
and it gave me
(64bit, 'ELF')