Q94
What will be the output of the following Python code? def sayHello(): print('Hello World!') sayHello() sayHello()
A.
Hello World!
Hello World!
AnswerHello World!
B.
'Hello World!'
'Hello World!'
'Hello World!'
C.
Hello
Hello
Hello
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board