Q. What is the output of the following code?
Code:
def displayMsg(text):
print(text, 'is the best platform to learn anything.')
displayMsg('MCQ Buddy')
β
Correct Answer: (B)
MCQ Buddy is the best platform to learn anything.