[Solved] Abbreviation for a given Sentence with Python
Write a program to print the abbreviation for a given sentence. Input format: Get a sentence from the user. Output Format: Abbreviate the given sentence. Refer the Sample input and output.[All text in bold corresponds to input and the rest…