0
explanation of 'Test' <= 'test'
Hi, Can anyone explain to me why: >>> 'Test'=='test' False (this is clear for me....) >>> 'Test'>='test' False (???????????) >>> 'Test'<='test' True (????????????) How python understands the comparison symbols <=, >= on text? Thnx in advance 4 your support/help/advice!!!!
1 Réponse
0
Really? Hahhah ok.. I never thought it like that... cheers mate thnx for your support!!!!