- ArcPy and ArcGIS(Second Edition)
- Silas Toms Dara O'Beirne
- 54字
- 2025-04-04 19:02:02
Keywords
There are a number of keywords built into Python that should be avoided when naming variables. These include max, min, sum, return, list, tuple, def, del, from, not, in, as, if, else, elif, or, and while among many others. Using these keywords as variables can result in errors in your code.