0
点赞
收藏
分享

微信扫一扫

python for循环

崭新的韭菜 2022-06-16 阅读 57
sql1="select  distinct SUBSTRING (name,3,8)  from profin_application "
cr.execute(sql1)
dict1=cr.fetchall()
i=0
l=len(dict1)
for i in range(l):
print dict1[i][0]

心有猛虎,细嗅蔷薇

举报

相关推荐

0 条评论