C-16-Q004mediumsingle_mcq
The message passed to print() may be:
The message passed to print() may be:
- aonly a string
- bonly a number
- ca string or any other object
- donly a Boolean value
ব্যাখ্যা
print() can accept a string or any other object, since it automatically converts whatever it receives into displayable text. It is not limited to strings, numbers, or Booleans alone.