Write a Python program that will ask the user to enter a word as an input. If the length of the input string is less than 4, then your program should print the same string as an output. If the input...


Write a Python program that will ask the user to enter a word as an input.



  • If the length of the input string is less than 4, then your program should print the same string as an output.

  • If the input string’s length is greater than 3, then your program should add "er" at the end of the input string.

  • If the input string already ends with "er", then add "est" instead.

  • If the input string already ends with "est", then your program should print the same input string as an output.




Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here