Alright so I've been trying to make this program and part of it requires me to make a string uppercase. It wasn't working so I just went into a new file and typed 3 lines and it still didn't work. Can someone tell me why this is not working?
word = 'armadillo'
word.upper()
print(word)
prints armadillo, no caps.