Computer Science, asked by aahana1915, 1 month ago

a=9
b=14
if((a>b) or (a>5)):
print"Good")
else:
print("Better")​

Attachments:

Answers

Answered by danieshasd333
0

a=9

b=14

if((a>b) or (a>5)):

print"Good")

else:

print("Better")

ANSWER :

Good.

Similar questions