A
Q. What will be the output of the following Python code?
Code:
i=5
if i>11 : print ("i is greater than 11")
if i>11 : print ("i is greater than 11")
- Correct Answer - Option(C)
- Views: 22
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.