Computer Science, asked by shauryasrinet2p83lee, 8 months ago

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.
Sample function and result:
first_three('ipy') ->ipy
first_three('python') ->pyt​

Answers

Answered by shubham85288
1

Answer:

python. Here we created a variable and assigned it a string value. Note the variable name greeting . It was chosen to .k

Similar questions