Re: Comparing strings from the back?
a random idea: you could compare strings by their hashes.. print hash("randomstring") == hash("randomstring") print hash("randomstring") == hash("randoMstring") -- -- http://mail.python.org/mailman/listinfo/python-list
Re: How to tell people to ask questions the smart way
Stack Overflow has a nice guideline on how to ask a question. http://stackoverflow.com/questions/ask/advice? -- -- http://mail.python.org/mailman/listinfo/python-list