New submission from py_ok <1979239...@qq.com>:
I`m poor in english.please run my code,Thanks.
def rv(list):
for i in list:
#print(type(i))
#print(i.__len__())
if (i.isspace() or i=='' or len(i)==0):
list.remove(i)
retu
py_ok <1979239...@qq.com> added the comment:
Thanks,Very timely resolve my problem
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python
py_ok <1979239...@qq.com> added the comment:
Yes,I remember that my error in Java,like you say it`s skiped
-- 原始邮件 --
发件人: "Python tracker"https://bugs.pytho