Question: python (i). Given two strings, s1 and s2. Write a python program to create a new string s3 by appending s2 in the middle of

python
(i). Given two strings, s1 and s2. Write a python program to create a new string s3 by appending s2 in the middle of s1.(12 marks) Given: s1 = "Ault" s2 = "Kelly" Expected Output: AuKellylt (ii). Write a python program for Read line number 4 from the following file (3 marks) test.txt file: line 1 line 2 line 3 line4 line5 line 6 line 7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
