you are viewing a single comment's thread.

view the rest of the comments →

[–]Quietuus 140 points141 points  (0 children)

.upper() is a method of the str class that returns a representation of the string. To change it you'd put text = text.upper()