write a python program to add 'ing' at the end of a given string (length should be at least 3). if the given string already ends with 'ing' then add 'ly' instead. if the string length of the given string is less than 3, leave it unchanged. example:- sampl
write a python program to add 'ing' at the end of a given string (length should be at least 3). if the given string already ends with 'ing' then add 'ly' instead. if the string length of the given string is less than 3, leave it unchanged. example:- sampl
Register to vote on and add code examples. Join our developer community to improve your dev skills and code like a boss!
No Good?
Help us improve our code examples by registering to vote on and add answers. Join our developer community to improve your dev skills and code like a boss!