yarahatimm3741 yarahatimm3741 06-03-2024 Computers and Technology contestada What is the output of the following Python program? s1 = '21' s2 = '53' s3 = s2 + s1 print(s3)