str=“Hello_world"str_upper=str.upper()print(str_upper)
Standard input is empty
str=“Hello_world" str_upper=str.upper() print(str_upper)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!