Question-33: How many number of arguments are supported for print() function?
- it can have only 0 number of arguments
- Thanks for considering Python Certification Material
Answer: D
Exp: print() function can take n-number of arguments, including zero.
You can access to full explanation to question and answer from this page.