(As part of my learning python in ArcGIS)
I used the simple clipping tool and then I paste the "Python snippet" (below) in the python window within ArCMap.
arcpy.Clip_analysis(in_features="RI_Sewers", clip_features="Providence", out_feature_class="C:/EsriTraining/PythEveryone10_1/PythonInArcGIS/RhodeIsland.gdb/Sewers", cluster_tolerance="")
But it doesn't execute when I press enter (once or twice). It just doesn't do anything, what am I missing? It shows no errors.
Would greatly appreciate any help!
Thanks,