Q. ,2,3 (A) yes, this is an example of tuple unpacking. a=1 and b=2 (B) yes, this is an example of tuple unpacking. a=(1,2) and b=3 (C) no, too many values to unpack (D) yes, this is an example of tuple unpacking. a=1 and b=(2,3) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) no, too many values to unpack