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.
4.5m questions
5.7m answers