w = ["Algorithm", "Logic", "Filter" "Software"
"Network", "Parameters", "Analyze", "Algorithm", "Functionality", "Viruses"]
for x in w:
if x[0] == "A":
print(x)
We check to see if a word begins with "A" and if it does, we print it to the console.
5.1m questions
6.7m answers