text = "Random String" text = text.upper() #Can also do text = upper(text) print(text) >> "RANDOM STRING"