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