I'm using python to remove the repeated character in a string, is there any way to do this except 'not in' and set()?

前端 未结 0 507
情书的邮戳
情书的邮戳 2020-12-30 19:20

I wrote a function to do this, but unfortunately, it doesn\'t work. Did I miss anything? I try to avoid using \'not in\' and set() and anything that C++ doesn\'t have. But t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题