Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 16, 2019 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/cb87b6663fb2ba20cbfe011a8591d502 to your computer and use it in GitHub Desktop.
Save parzibyte/cb87b6663fb2ba20cbfe011a8591d502 to your computer and use it in GitHub Desktop.
edad = 18
if edad >= 18:
print("Es mayor de edad")
# Aquí más código, no es obligatorio un else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment