Logo

Programming-Idioms

History of Idiom 224 > diff from v11 to v12

Edit summary for version 12 by Theo:
New Python implementation by user [Theo]

Version 11

2020-04-29, 09:21:38

Version 12

2020-04-29, 09:36:21

Idiom #224 Add element to the beginning of the list

Insert element x at the beginning of list items.

Idiom #224 Add element to the beginning of the list

Insert element x at the beginning of list items.

Extra Keywords
prepend prefix start
Extra Keywords
prepend prefix start
Code
items = [x] + items