q1) what is the formal word used to describe combining strings? * 1 point a) gluing b) addition c)…

q1) what is the formal word used to describe combining strings? * 1 point a) gluing b) addition c) concatenation q2) how would we convert variable fire into a string? * 1 point a) str(fire) b) fire = str(fire) c) fire = \fire\
Answer
Answer:
Q1) c) Concatenation Q2) b) fire = str(fire)