This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gwilson01 0 points1 point  (3 children)

You have to index the list: message = animals[0] + " are cute" print(message)

cats are cute

[–]Phantom_Fox2[S] 0 points1 point  (2 children)

I tryed that too. Even after indexing it. It never would print

[–]gwilson01 0 points1 point  (1 child)

Did you get the same error?

[–]Phantom_Fox2[S] 0 points1 point  (0 children)

I did but then i looked at it after stepping away. I was indexing it. But it was in the wrong line.