Source Code:
(back to article)
string1 = "HELLO WORLD" string2 = string1.lower() print(string1)
Result:
Report an issue