Consider the code below. What is the value of my_list after… Questions Cоnsider the cоde belоw. Whаt is the vаlue of my_list аfter execution? my_list = [1, 2, 3] my_list.append([4, 5]) print(len(my_list)) Show Answer Hide Answer