Ad
  • Custom User Avatar

    why can't i use the lower() in the for statement?

    I mean: string = string.lower() -> for letter in string.lower()

    I have tried but doesn't work and i don't know why.

    Thanks