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