Friday , September 20 2024

Choose the true statements. (Select two answers)

Questions BankCategory: Python Essentials 2Choose the true statements. (Select two answers)
Choose the true statements. (Select two answers)

  • The version function from the platform module returns a string with your OS version.
  • The version function from the platform module returns a string with your Python version.
  • The processor function from the platform module returns an integer with the number of processes currently running in your OS.
  • The system function from the platform module returns a string with your OS name.

Explanation: The platform module recovers OS information from your system. The version function returns a string with your OS version, and the system function returns a string with the name of your OS.

More Questions: Python Essentials 2 – Module 1 Test