Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 16, 2019 17:42
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/0b83b04f6d420570179c9b2df93f2da7 to your computer and use it in GitHub Desktop.
Save parzibyte/0b83b04f6d420570179c9b2df93f2da7 to your computer and use it in GitHub Desktop.
edad = 18
if edad >= 18:
print("Es mayor de edad")
else:
print("No es mayor de edad")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment