Combine two tuples into one in Python
Question
:
How do you combine two tuples into one?
join()
Using the + operator
append()
merge()
Answer
:
B - is the correct answer