“Python2转python3的那些事儿”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
(创建页面,内容为“ =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…”)
 
 
第1行: 第1行:
 
+
[[category:python]]
  
 
=trouble=
 
=trouble=

2021年5月22日 (六) 04:54的最新版本


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