Vidyalelo
Python · Q50

Formatting and Decorators

Programming · Python · question 50

Q50

What will be the output of the following Python code? def ordi(): print("Ordinary") ordi ordi()

A.
Address
Ordinary
Answer
B.
Error
Address
C.
Ordinary
Ordinary
D.
Ordinary
Address

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board