Python2转python3的那些事儿

来自linux中国网wiki
Evan讨论 | 贡献2021年5月22日 (六) 04:53的版本 (创建页面,内容为“ =trouble= ==Python 2 --> 3: object of type 'zip' has no len()== python2 zip --> test_data = list(zip(test_inputs, te_d[1])) 加上list [https://stackoverflow.com…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索


trouble

Python 2 --> 3: object of type 'zip' has no len()

python2 zip --> test_data = list(zip(test_inputs, te_d[1])) 加上list 

Python 2 --> 3: object of type 'zip' has no len()

ImportError : cannot import name urlopen

ImportError : cannot import name urlopen