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 3 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: Share on Facebook (Opens in new window) Facebook Share on X (Opens in new window) X Share on WhatsApp (Opens in new window) WhatsApp Print (Opens in new window) Print Share on LinkedIn (Opens in new window) LinkedIn Share on Pinterest (Opens in new window) Pinterest Like this:Like Loading...1 Answers 0 Vote Up Vote Down Geek Boy Staff answered 3 years ago b. [1,2,3,4]Share this: Share on Facebook (Opens in new window) Facebook Share on X (Opens in new window) X Share on WhatsApp (Opens in new window) WhatsApp Print (Opens in new window) Print Share on LinkedIn (Opens in new window) LinkedIn Share on Pinterest (Opens in new window) Pinterest Like this:Like Loading...