29 Aug 01:17
[1,2,3] exactly same as [1,2,3,] ?
From: <mh <at> pixar.com>
Subject: [1,2,3] exactly same as [1,2,3,] ?
Newsgroups: gmane.comp.python.general
Date: 2008-08-28 23:19:50 GMT
Subject: [1,2,3] exactly same as [1,2,3,] ?
Newsgroups: gmane.comp.python.general
Date: 2008-08-28 23:19:50 GMT
x=[1,2,3] and x=[1,2,3,] are exactly the same, right? I'm generating some python data, and it's less error prone to not treat the last element specially, but I want to be sure I'm generating an equivalent data structure. Many TIA! Mark -- -- Mark Harrison Pixar Animation Studios -- http://mail.python.org/mailman/listinfo/python-list
RSS Feed