8.7 Code Practice: Question 1 edhesive

w = ["Algorithm", "Logic", "Filter", "Software", "Network", "Parameters", "Analyze", "Algorithm", "Functionality", "Viruses"]

Write a loop that prints the words in uppercase letters.

Sample Run:

ALGORITHM
LOGIC
FILTER
SOFTWARE
NETWORK
PARAMETERS
ANALYZE
ALGORITHM
FUNCTIONALITY
VIRUSES