Software Engineering - Fundamentals
Identify the error in this software engineering task list code:
tasks = ['plan', 'design', 'code', 'test']
for task in tasks
print(task)