Which Python function is used for console output?
- for
- from
- return
Explanation: The print command is used for console output. The command for is used for repetition logic , from is used for module importing, and return is a function definition.
Related exam: CCNP ENCOR v8 Certification Practice Exam Answers
Related exam: IoT Connecting Things 2.0 – Chapter 3 Quiz Answers
