cnlinkchina

关注

python 中 zip()的用法

cnlinkchina

关注

阅读 37

2022-01-05

kase = "isok"
cnt = "we"
print(type(zip(kase,cnt)))
print(list(zip(kase,cnt)))
print(tuple(zip(kase,cnt)))

输出:

 

相关推荐

星河出山

Python中zip函数讲解

星河出山 68 0 0

洒在心头的阳光

python中with的用法

洒在心头的阳光 98 0 0

汤姆torn

python中*的用法

汤姆torn 180 0 0

编程练习生J

python3中zip详解

编程练习生J 68 0 0

夏侯居坤叶叔尘

Python中的with-as用法

夏侯居坤叶叔尘 81 0 0

JamFF

【Python】中lamdba的用法

JamFF 131 0 0

小云晓云

python中Decorators的用法

小云晓云 151 0 0

简单聊育儿

python中subprocess的用法

简单聊育儿 85 0 0

时光已翩然轻擦

Python中字典的用法

时光已翩然轻擦 94 0 0

前端王祖蓝

Python的zip函数

前端王祖蓝 92 0 0

精彩评论(0)

0 0 举报