Which Python programming function is used to display output?
- 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
