Terminology nitpick: while Python does have arrays, they are rarely used compared to the far more common built-in data type, list. If you're reading a tutorial that calls [1,2,3] an array, find a new tutorial.
@MartijnPieters I understand, but he could have selected ANY variable, and he chose this specific one. That sounds more than a coincidence to me. Like : He wanted to know what __all__ was, since he already said "I know what a tuple is". :) his question might be poorly formulated, but I believe I got it right -- EDIT : Correct me if I'm wrong though.
__all__, and says nothing about the syntax used here.list. If you're reading a tutorial that calls[1,2,3]an array, find a new tutorial.__all__was, since he already said "I know what a tuple is". :) his question might be poorly formulated, but I believe I got it right -- EDIT : Correct me if I'm wrong though.