Question #225218

Hyphenate Letters


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


The below link contains Hyphenate Letters question, explanation and test cases


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


We need exact output when the code was run

Expert's answer

w=input()
l=list(w)
s="-".join(l)
print (s)

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!

LATEST TUTORIALS
APPROVED BY CLIENTS