سؤال

In my Mac I execute the code:

import sys


print(sys.platform)

then get darwin, why it is not OSX. I don't know where to look for documentation on python sys module.

What's the darwin ?

هل كانت مفيدة؟

المحلول

"Darwin is an open-source Unix-like operating system first released by Apple Inc. in 2000. It is composed of code developed by Apple, as well as code derived from NeXTSTEP, BSD, Mach, and other free software projects.

Darwin forms the core set of components upon which macOS (previously OS X and Mac OS X), iOS, watchOS, tvOS, and iPadOS are based. "

https://en.wikipedia.org/wiki/Darwin_(operating_system)

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى apple.stackexchange
scroll top