Answer to Question #225608 in Python for Reclimet

Question #225608

Acronyms


This Program name is Acronyms. Write a Python program to Acronyms, it has two test cases


The below link contains Acronyms question, explanation and test cases


https://docs.google.com/document/d/1tb9wBreT7FpfJwKOEYgFoR1RX-WY7KuD/edit?usp=sharing&ouid=104486799211107564921&rtpof=true&sd=true


We need exact output when the code was run

1
Expert's answer
2021-08-16T01:03:22-0400
s=list(input().split())
ac=''
for st in s:
    ac+=st[0].upper()+'.'
print(ac.rstrip('.'))

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS