Python: what is the difference between (1,2,3) and [1,2,3], and when should I use each? * Cinema Guy 00:18 Add Comment Edit Question In many places,(1,2,3) and [1,2,3] can be used interchangably. When should I use one or the other, and why? Answer From the P... Read More