Befor we begin error

Hi everyone,

im trying to figure out why my code is not valid. Here you can find a screnshot attached, its :
names = [“Adam”,“Alex”,“Mariah”,“Martine”,“Columbus”]
for name in names
print name

I dont understand why i receive the error. Does anyone have any idea? Thx

missing colon at the end of line 2

That solved the problem, and a tab before print. thx stetim.

yep, but i was confident you where able to figure that out :slight_smile: You’re welcome :slight_smile: