nerdexam
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)
  • A
    3% (1)
  • B
    85% (29)
  • C
    9% (3)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full PCAP-31-03 Practice