What would be the value of the variable list2 after the execution of the following code? Python What would be the value of the variable list2 after the execution of the following code?list1 = [1, 2, 3]list2 = list1list1 = [4, 5, 6]Answer: [1,2,3] Learn More : Share this Share on FacebookTweet on TwitterPlus on Google+