The sys.platform string is 'win32' even on 64-bit Windows. Furthermore, we expect 'windows', not 'win32'. platform.system().lower() gives us this.
The sys.platform string is 'win32' even on 64-bit Windows. Furthermore, we expect 'windows', not 'win32'. platform.system().lower() gives us this.