Create a new string made of the first, middle, and last characters of each input string using python programming
belongs to collection: Python String Exercises
All Answers
total answers (1)
belongs to collection: Python String Exercises
total answers (1)
Hint:
len(s1)
to get the string length.Solution:
x
y
x
,y
, andz
and save it in the resultvariable
result