Python/platform
< Python
Jump to navigation
Jump to search
Informations on macOS with homebrew python 3.7
| function | value |
|---|---|
| platform.system() | Darwin |
| platform.macheine() | x86_64 |
| platform.processor() | i386 |
| platform.python_implementation() | CPython |