Python/platform: Difference between revisions
< Python
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Values on macOS + python3 (homebrew) == | |||
* platform.system() Darwin | |||
* platform.macheine() x86_64 | |||
* platform.processor() i386 | |||
* platform.python_implementation() CPython | |||
Revision as of 07:55, 27 December 2019
Values on macOS + python3 (homebrew)
- platform.system() Darwin
- platform.macheine() x86_64
- platform.processor() i386
- platform.python_implementation() CPython