Created
November 25, 2014 04:36
-
-
Save M-Bryant/7e0f43b6dd2f2e288ca9 to your computer and use it in GitHub Desktop.
the current best practice for single quoting python strings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Expression = "'{0}'".format(arcpy.GetParameterAsText(3)) # single quoted string literal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment