Python "why" questions
Thomas Jollans
thomas at jollans.com
Sun Aug 8 14:47:16 EDT 2010
More information about the Python-list mailing list
Sun Aug 8 14:47:16 EDT 2010
- Previous message (by thread): Python "why" questions
- Next message (by thread): Python "why" questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2010-08-08 05:18, Dennis Lee Bieber wrote: > Was it this thread where I commented that many early BASICs would > allocate an eleven element array on > > DIM A(10) VB.net does this -- to cater for the classic VB programmer who is used to being able to index the number in brackets, and the .net framework, which uses 0-based indexing (as everything else would look silly in C#, or, especially, in C++/CLI.
- Previous message (by thread): Python "why" questions
- Next message (by thread): Python "why" questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list