Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 286 Bytes

File metadata and controls

2 lines (2 loc) · 286 Bytes

A-python-script-that-generates-an-acronym-word-from-a-given-sentence.

To create acronyms using Python, you need to write a python program that generates a short form of a word from a given sentence. You can do this by splitting and indexing to get the first word and then combine it.