Hi,I wonder why 'del' is not a function or method. Most operations can be used as follows
len(team) or team.append("tom") But, I think del team[2] is somewhat uncommon. Why does not it take a syntax we are famillar with? -- https://mail.python.org/mailman/listinfo/python-list