justinslusser20941 justinslusser20941 19-03-2024 Computers and Technology contestada Given two strings, s1 and s2. Write a python program to create a new string s3 by appending s2 in the middle of s1.Given: s1 = "Ault" s2 = "Kelly" Expected Output: AuKellylt