phillipsk6486 phillipsk6486 09-09-2022 Computers and Technology contestada Write a function named concat tuples(t1, t2) that concatenates two tuples t1 and t2 and returns the concatenated tuple. test your function with tuple 1 = (4, 5, 6) and tuple2 = (7,)