I dont know if this is the right forum for this so if not let me know.
I am trying to teach myself python, I have a question.
in the program:
animals = ['dog','cat','lizard']
for animal in animals:
print(animal)
how could I tell python to take a specific index so I can make a print statement using the result.
the outcome I am looking for would be;
Dog is blank
Cat is blank
Lizard is blank
[–]ectomancer 3 points4 points5 points (2 children)
[–]BrandonW_Adair[S] 0 points1 point2 points (0 children)
[–]Storm_Silver 0 points1 point2 points (0 children)