Logo

Programming-Idioms

History of Idiom 171 > diff from v8 to v9

Edit summary for version 9 by Xanman:
New Python implementation by user [Xanman]

Version 8

2018-09-22, 15:17:13

Version 9

2018-10-09, 21:27:12

Idiom #171 Add an element at the end of a list

Append element x to the list s.

Idiom #171 Add an element at the end of a list

Append element x to the list s.

Extra Keywords
push grow
Extra Keywords
push grow
Code
s.append(x)