I cannot reproduce this. This is weird and looks like a bug in your Python version.
On May 23, 3:51 am, LightOfMooN <[email protected]> wrote: > Why upper(), lower() and capitalize() doesn't work on this: > asd = str(document.title) > response.flash = (asd + 'world').upper() > > document.title is 'hello' > so, the result is: 'helloWORLD'

