Python/platform

From Fundamental Ramen
< Python
Revision as of 07:55, 27 December 2019 by Tacoball (talk | contribs)
Jump to navigation Jump to search

Values on macOS + python3 (homebrew)

  • platform.system() Darwin
  • platform.macheine() x86_64
  • platform.processor() i386
  • platform.python_implementation() CPython