Tapping Into the Power of Python - Esri - GIS Mapping Software, Solutions, Services, Map Apps, an

Tapping Into the Power of Python - Esri - GIS Mapping Software, Solutions, Services, Map Apps, an

瀏覽:872
日期:2024-09-05
By Chad Cooper, Southwestern Energy Company >>> # create a new list >>> a = [‘zero’,’one’,’two’,’three’] >>> # indexing is zero-based >>> print a[0] ‘zero’ >>> # iterate through the list, print out members >>> for b in a:... print b... ‘zero’ ‘one’...看更多