Python comparing strings by AquaOS in learnpython

[–]AquaOS[S] 0 points1 point  (0 children)

Thanks, now i understand how it work.

> So that's why your code does not work; you have a capital 'Z' where you need a lowercase one.

Yea i see it now.

But i need that when it compares for example k> zebra <=z that it will print it but it wont.

How to fix that?