interactive-coding-challenges
interactive-coding-challenges copied to clipboard
Remove specified characters in a string challenge
Create de Remove specified characters in a string and its solution and testcases.
Send the changes to review
Regards!
Hi @eamanu, thanks for the PR! I hope to review it within the next few days.
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!
HI @donnemartin!
- I make a new algorithm and remove the
string.replace
. - I correct the PEP8 style.
Please, review it. Regards!