Computer Science, asked by sahilgupta9897, 5 months ago

What is the output from this Python
code?
if ('Ada' < 'C' < Peri' < Python: ): print "grapes"
else: print "fruit"​

Answers

Answered by bmanishankar
0

Answer:

grapes

Explanation:

try to think how these words will be placed in dictionary,then you will get it

Similar questions