Primary
platform.system() ⚬|Documentation|1st|20251021115514-00-⌔
platform — Access to underlying platform’s identifying data — Python 3 documentation#platform.system
platform.system()Returns the system/OS name, such as
'Linux','Darwin','Java','Windows'. An empty string is returned if the value cannot be determined.On iOS and Android, this returns the user-facing OS name (i.e,
'iOS,'iPadOS'or'Android'). To obtain the kernel name ('Darwin'or'Linux'), useos.uname().Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •