Question: Write a Python program to create a string made of the first 2 and the last 3 characters from a string provided by a user,
Write a Python program to create a string made of the first 2 and the last 3 characters from a string provided by a user, whose length is larger than 6. Use negative indices only. Hint: See Task 2 in HW #1 Part A for input(). You do not need to check the length of the input. Simply assume that input string satisfies the length requirement. This applies to other tasks. Write a Python program to create a single string from two given strings from a user, separated by "#" and swap the first two characters of each string. Sample String :'abc', 'xyz Expected Result : 'xyc#abz
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
