Computer Science, asked by harsimar5544, 3 months ago

Find the Output of the following Python code
a = 200
b = 33
if b > a:
print("b is greater than a")
elifa == b:
print("a and b are equal")
else:
print("a is greater than b")

Answers

Answered by lakshmmi510
4

Answer:

Output of the following Python code would be

a is greater than b.

Hope this answer helps you

Answered by assthha161
1

Refer to the images

If you opted for Python as a subject and don't have computer/laptop at home

Comment below

Attachments:
Similar questions