Run Program ❯
Python Home
❯
Run Code
Change Orientation
text = "Hello, World!" upper_text = text.upper() print(upper_text)