Question: Write a program that converts all words of a string/sentence to upper case and store all these words in a list and then displays the
Write a program that converts all words of a string/sentence to upper case and store all these words in a list and then displays the list. For example: if the string is “Hi how are you”, then the list should be :
['HI', 'HOW', 'ARE', 'YOU'] (Python)
Step by Step Solution
3.40 Rating (147 Votes )
There are 3 Steps involved in it
Python program that converts all words of a stringsentence to upper case an... View full answer
Get step-by-step solutions from verified subject matter experts
