Created
March 6, 2019 23:49
-
-
Save pdbartsch/378b0f148da08ceb860fbc0fed15900c to your computer and use it in GitHub Desktop.
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: | |
lat_main(!size!) | |
# code block: | |
def lat_main(diameter): | |
if (diameter >= 8): | |
return "Main" | |
else: | |
return "Lateral" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment