Write a Python function to get a string made of its first three characters of a specified string. If the length of the string is less than 3 then return the original string.
All Answers
need an explanation for this answer? contact us directly to get an explanation for this answer
need an explanation for this answer? contact us directly to get an explanation for this answer
total answers (1)

Programming
Python programming