Source Code:
(back to article)
fruits.append('orange') print(fruits) # Output ['apple', 'pear', 'cherry', 'orange']
Result:
Report an issue