Please select value of after executing the below code. What will be the value of var2Questions & Answers › Category: Python › Please select value of after executing the below code. What will be the value of var2 0 Vote Up Vote Down Geek Boy Staff asked 2 years ago Please select value of after executing the below code. What will be the value of var2.>>>var1 = [1,2,3] >>>var2 = var1 >>>var1.append(4) >>>var2 a. var1 b. [1,2,3,4] c. [1,2,3] d. ErrorShare this:Click to share on Facebook (Opens in new window)Click to share on Twitter (Opens in new window)Click to share on WhatsApp (Opens in new window)Click to print (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Pinterest (Opens in new window)Like this:Like Loading...1 Answers 0 Vote Up Vote Down Geek Boy Staff answered 2 years ago b. [1,2,3,4]Share this:Click to share on Facebook (Opens in new window)Click to share on Twitter (Opens in new window)Click to share on WhatsApp (Opens in new window)Click to print (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Pinterest (Opens in new window)Like this:Like Loading...