str= 'Hello_world"
str_upper = str.upper()
print(str_upper)