Tag: sets

  • Python Questions and Answers – Sets – 3

    Python Questions and Answers – Sets – 3

    Python Multiple Choice Questions & Answers (MCQs) focuses on “Sets – 3”. Q 1. Which of the following functions will return the symmetric difference between two sets, x and y?A. x | yB. x ^ yC. x & yD. x – y Show Answer Answer:-B. x ^ y Explanation The function x ^ y returns…

You cannot copy content of this page