Rakshmitha
About
Append list
10 Aug 2020
list1
=
[
'a'
,
'b'
]
list1
['a', 'b']
list1
.
append
(
'c'
)
list1
['a', 'b', 'c']