Skip to content

Instantly share code, notes, and snippets.

@AntonioMontanha
Created September 18, 2018 00:43
Show Gist options
  • Save AntonioMontanha/b83657ea2d107da4aa3086ab4646bfdf to your computer and use it in GitHub Desktop.
Save AntonioMontanha/b83657ea2d107da4aa3086ab4646bfdf to your computer and use it in GitHub Desktop.
if numeroDePatas = 4 and revestimento = "pelo" and peso > 5.0 and peso < 8.0 then
return "cachorro do mato"
if numeroDePatas = 2 and revestimento = "pena" and peso > 1.2 and peso < 1.7 then
return "arara"
if numeroDePatas = 4 and revestimento = "pelo" and peso > 11.0 and peso < 16.0 then
return "gato do mato"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment