Python_Institute
PCAP-31-03 · Question #5
Which one of the platform module functions should be used to determine the underlying platform name?
The correct answer is B. platform.platform (). See the full explanation below for the reasoning.
Question
Which one of the platform module functions should be used to determine the underlying platform name?
Options
- Aplatform.uname ()
- Bplatform.platform ()
- Cplatform.python_version()
- Dplatform.processor()
How the community answered
(34 responses)- A3% (1)
- B85% (29)
- C9% (3)
- D3% (1)
Community Discussion
No community discussion yet for this question.