Apr-28-2026, 07:00 AM
hey guys, i just start programming with python,
and idk why im getting this syntax error, SyntaxError: invalid syntax. Perhaps you forgot a comma?,
this is the lines that gets the error:
so i don't get it did i write the syntax wrong or what i don't know
and idk why im getting this syntax error, SyntaxError: invalid syntax. Perhaps you forgot a comma?,
this is the lines that gets the error:
task_name = input("Enter To day's Task: ")
Tasks.append(task_name)i don't understand i did this last time and there were no errors,so i don't get it did i write the syntax wrong or what i don't know
