aayushi-droid / Edabit-Solutions

Edabit Solutions using Cpp(C++)
MIT License
39 stars 154 forks source link

Stuttering Function #132

Closed Aditi-1400 closed 4 years ago

Aditi-1400 commented 4 years ago

Before jumping into Pr first comment for assign.

Problem statement : ###

Write a function that stutters a word as if someone is struggling to read it. The first two letters are repeated twice with an ellipsis ... and space after each, and then the word is pronounced with a question mark ?. stutter("incredible") ➞ "in... in... incredible?"

stutter("enthusiastic") ➞ "en... en... enthusiastic?"

stutter("outstanding") ➞ "ou... ou... outstanding?"

Probelm Link : [https://edabit.com/challenge/gt9LLufDCMHKMioh2] Choose one Cateorgy - Easy question category : Algorithms, formatting


Before submitting a PR please Check some details.

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck,

Aditi-1400 commented 4 years ago

Hey I would Like to work on this issue

mrigankdembla commented 4 years ago

@Aditi-1400 can you please let me know if the labels are getting auto assigned or steps by which we can add it ?

Aditi-1400 commented 4 years ago

They are getting auto assigned.

mrigankdembla commented 4 years ago

yeah, but I'm not able to see it on my issue.

Aditi-1400 commented 4 years ago

@aayushi-droid I had a small doubt, The code is supposed to be in Python or C++?