Failed to import the site module

来源:9-1 python中的迭代协议

慕粉1247243825

2018-07-30

之前所有的操http://img.mukewang.com/szimg/5b5df8c90001ac6612030973.jpg作,包括设计到这个collection.abc这个包的操作都没有问题,但是这个出现问题了,主要在网上搜还没搜到

写回答

1回答

bobby

2018-08-01

from collections.abc import Iterator, Iterable
a = [1,2]
print(isinstance(a,Iterator))
print(isinstance(a,Iterable))

你复制一下,我这里运行这个代码没有问题,你的python版本是多少?

0
3
bobby
回复
慕粉1247243825
好的,
2018-08-03
共3条回复

Python3高级核心技术97讲,高级进阶的必学课程

socket编程/多线程/多进程/线程池/asyncio并发编程/协程和异步IO

2121 学习 · 551 问题

查看课程