QuestionQ48
Modules and PackagesWhich function in the platform module should be used to identify the underlying platform name?
- A platform.processor()
- B platform.uname()
- C platform.python_version()
- D platform.platform()
Which function in the platform module should be used to identify the underlying platform name?
Community Discussion