a=9
b=14
if((a>b) or (a>5)):
print"Good")
else:
print("Better")
Attachments:
Answers
Answered by
0
a=9
b=14
if((a>b) or (a>5)):
print"Good")
else:
print("Better")
ANSWER :
Good.
Similar questions
English,
17 days ago
English,
17 days ago
Social Sciences,
1 month ago
Math,
1 month ago
History,
9 months ago