Source Code:
(back to article)
original_string = "hello world" upper_string = original_string.upper() print(upper_string)
Result:
Report an issue