fork download
  1. str= 'Hello_world"
  2. str_upper = str.upper()
  3. print(str_upper)
Success #stdin #stdout 0.03s 25440KB
stdin
Standard input is empty
stdout
str= 'Hello_world"
str_upper = str.upper()
print(str_upper)