lst = ["Algorithm", "logic", "Filter", "Software", "Network", "Parameters", "Analyze", "Algorithm", "Functionality", "viruses“]
for x in lst:
if x[0] == 'A':
print(x)
I wrote my code in python 3.8. I hope this helps.
5.2m questions
6.7m answers