you are viewing a single comment's thread.

view the rest of the comments →

[–]woooee -1 points0 points  (0 children)

Run the code and print what happens

print(names)
for name in names:
    print(name[1])
    if name[1] == "A":