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)
πŸ’¬ Discuss
βœ… Correct Answer: (C) no, too many values to unpack

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
816
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate