模块导入from collections import Iterator,Iterable失败
1.引入模块报错 from collections import Iterator,Iterable报错: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it wil...