Which Python programming function is used to display output?

IT Exam Items RepositoryCategory: DevNetWhich Python programming function is used to display output?

Which Python programming function is used to display output?

  • print
  • if
  • while
  • for

Explanation: Refer to curriculum topic: 2.1.3
Print is used to display output in a Python programing language interpreter.

Related exam: Introduction to IoT – Chapter 2 Quiz Answers
Related exam: 1.3.4 Quiz - Python Review