python_list_change.py:
x
 
thislist = ["apple", "banana", "cherry"]
thislist[1] = "mango"
print(thislist)