Question-21: Which of the following statement is correct?
- print() function always return a string value
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Answer: B,D
Exp:
- As we discussed, print() function does not return any value.
- It just print the calculated expression value as string on console.
- Input function: Based on function name, you would like to guess what it can do.
You can access to full explanation to question and answer from this page.