Closed zhaobaiyu closed 6 years ago
The second 'bar' may be a mistake.
'bar'
In [150]: xs.append('bar') # Add a new element to the end of the list print xs [3, 1, 'foo', 'bar', 'bar']
Thank you!
The second
'bar'
may be a mistake.