How to print key value in python for in
漂亮男人
漂亮男人 2017-06-12 09:22:57
0
3
684
a=[1,0,1,0]
for i in a:
    print i

This can print 1, 0, 1, 0. I want to print his array key value 0,1,2,3. How to do it

漂亮男人
漂亮男人

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!