
1 flyee Aug 4, 2014 t_count=text.count(i) <==== text -> text_lower |
2 insaneDream OP @flyee 可以细说一下吗 不太明白什么意思 |
3 kamushin Aug 4, 2014 @makubx1 if i >= 'a' and i <= 'z': if text.count(i) > t_count: t_count=text.count(i) 这三句用的不还是没lower时候的text吗。。 |
4 insaneDream OP @kamushin 秒懂 感谢感谢!!! 原来自己瞎狗眼了 TAT |