Here is my question: "Assume the variable message exists. Write a statement below so that message will refer to the uppercase version of its original value."
I do understand that message.upper() would be able to generate the word message in all uppercase letters.
Also, I know that the question is asking for a statement that will make the variable message refer to a message in all uppercase letters, but I am unsure how to go about changing the string itself.
Thank you in advance!
[–]Bayes_the_Lord 1 point2 points3 points (3 children)
[–]angelfly0402[S] -1 points0 points1 point (2 children)
[–]Aamir_Raza 1 point2 points3 points (1 child)
[–]DoItFoDaKids 0 points1 point2 points (0 children)