interactive-coding-challenges icon indicating copy to clipboard operation
interactive-coding-challenges copied to clipboard

Remove specified characters in a string challenge

Open eamanu opened this issue 7 years ago • 3 comments

Create de Remove specified characters in a string and its solution and testcases.

Send the changes to review

Regards!

eamanu avatar Apr 08 '17 02:04 eamanu

Hi @eamanu, thanks for the PR! I hope to review it within the next few days.

donnemartin avatar Apr 08 '17 15:04 donnemartin

Hi @eamanu, this is a great start!

I think the use of string.replace simplifies the problem considerably, can you think of a way to solve it without using this built-in method?

Please also check out the Maintain Consistent Style section of the Contributing Guidelines (mainly the PEP8 link).

Thanks!

donnemartin avatar Apr 09 '17 16:04 donnemartin

HI @donnemartin!

  • I make a new algorithm and remove the string.replace.
  • I correct the PEP8 style.

Please, review it. Regards!

eamanu avatar Apr 09 '17 22:04 eamanu