romach
4/17/2017 - 10:24 AM

Append value to list

Append value to list

letters = ['a', 'b', 'c']
letters.append('d')