how to know python bit version

Solutions on MaxInterview for how to know python bit version by the best coders in the world

showing results for - "how to know python bit version"
Salvatore
30 Jan 2018
1import platform
2platform.architecture()