Find output a=5,b=7 if(a>b): print("a is greater")
Answers
Answered by
1
Answer:
Output:
Error.
Explanation:
Since , 5 is not greater than 7 the statement doesn't print or execute.
Hope it helps you.....✔✔✔
Similar questions