import arcpy # A list of coordinate pairs # pointList = [[1,2],[3,5],[7,3]] # Create an empty Point object # point = arcpy.Point() # A list to hold the PointGeometry objects # pointGeometryList = [] # For each coordinate pair, populate the Point obje