Combine two tuples into one in Python

Question:
How do you combine two tuples into one?

  1. join()
  2. Using the + operator
  3. append()
  4. merge()
Answer:
B - is the correct answer