Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 23, 2020 23:08
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/e33d13fc3645dc0de3473a57ca79bbf9 to your computer and use it in GitHub Desktop.
Save parzibyte/e33d13fc3645dc0de3473a57ca79bbf9 to your computer and use it in GitHub Desktop.
cadena = "Hola"
if cadena.isalpha():
print("Ok solo tiene letras del alfabeto")
else:
print("La tiene caracteres que no son del alfabeto")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment