Skip to content

Instantly share code, notes, and snippets.

@mattbasta
Created October 5, 2012 23:42
Show Gist options
  • Save mattbasta/3843097 to your computer and use it in GitHub Desktop.
Save mattbasta/3843097 to your computer and use it in GitHub Desktop.
Validator Reducer
def reduce(a, b):
return "%s\n%s" % (a, b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment