Python Compiler
txt = "wikimaß.com is for programmers" x = txt.casefold() print(x)
OUTPUT
wikimass.com is for programmers
×

Save as Private