You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Python program to get a string made of the first 2 and the last 2 chars from a given a string. If the string length is less than 2, return empty string.