Logo

Programming-Idioms

History of Idiom 117 > diff from v9 to v10

Edit summary for version 10 by :
New Python implementation by user [Sek]

Version 9

2016-01-24, 20:32:11

Version 10

2016-02-16, 15:06:30

Idiom #117 Get list size

Set n to the number of elements of list x.

Idiom #117 Get list size

Set n to the number of elements of list x.

Code
n = len(x)
Doc URL
https://docs.python.org/2/library/functions.html#len