08-13-2010, 08:49 PM
Should have said something. D:
For your program don't forget to addafter the close parenthesis for the raw input though.
It converts all of the characters in the imputed string to lower case.
For your program don't forget to add
Code:
.lower()
It converts all of the characters in the imputed string to lower case.