Python Compiler
txt1 = "wikimaß.com is for programmers" txt2 = "wikimass.com is for programmers" x = txt1.casefold() print(x == txt2) # True
OUTPUT
True
×

Save as Private