What is the correct syntax for replacing the string apple in the list with the string orange?
my_list = ['kiwi', 'apple', 'banana']
What is the correct syntax for replacing the string apple in the list with the string orange?
my_list = ['kiwi', 'apple', 'banana']