Question-38: Which of the following is true for print function?
- It can take only string as arguments.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Answer : C,D
Exp :
Print Argument Type
- Print function can expect “Any” type of arguments.
- It means it can be String, Boolean, Number, Object etc.
Print function return type