F
fat bold cyclop
I tired to google for comparison of tuple to list but i failed.
Could anyone explain it to me?
Best regards,
fat bold cyclop
Could anyone explain it to me?
Best regards,
fat bold cyclop
I tired to google for comparison of tuple to list but i failed.
Could anyone explain it to me?
Traceback (most recent call last):(1,2,3) > [1,2,3]
Thanks, Stefan. If I understand you correctly the comparison is not
valid.
But I wonder if there is any logic behind this (in 2.x).
Is it possible to predict result of this comparison?
Thanks again,
fbc
Thanks, Stefan. If I understand you correctly the comparison is not
valid.
But I wonder if there is any logic behind this (in 2.x).
Is it possible to predict result of this comparison?
Thanks again,
fbc
Thanks, Stefan. If I understand you correctly the comparison is not
valid.
But I wonder if there is any logic behind this (in 2.x).
Is it possible to predict result of this comparison?
I believe in 2.x they are ordered by the names of their types but I
could be wrong.
why (1, 2, 3) > [1, 2, 3] is true?
why (1, 2, 3)> [1, 2, 3] is true?
It's simple, Everything must have a value!
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.