titlelist = [“T1″,”T2″,”T3”]
urlList = [“U1″,”U2″,”U3”]
for a,b in map(list,zip(titlelist,urlList)):
print(a)
print(b)
输出:
T1
U1
T2
U2
T3
U3
首页 >
titlelist = [“T1″,”T2″,”T3”]
urlList = [“U1″,”U2″,”U3”]
for a,b in map(list,zip(titlelist,urlList)):
print(a)
print(b)
输出:
T1
U1
T2
U2
T3
U3
python中怎么定义全局变量 - python - 前端,python 去掉字符串前b | python中怎么定义全局变量 - python - 前端,python 去掉字符串前b ...
Python后端开发是什么职位 - python - 前端,python 集思路 | Python后端开发是什么职位 - python - 前端,python 集思路 ...
018是合法的整型常量吗 - python - 前端,python读取execl文件 | 018是合法的整型常量吗 - python - 前端,python读取execl文件 ...