Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 23, 2020 23:54
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/a4a3fb5e3e5287c618d82cee601104aa to your computer and use it in GitHub Desktop.
Save parzibyte/a4a3fb5e3e5287c618d82cee601104aa to your computer and use it in GitHub Desktop.
cadena = "12345"
if cadena.isdigit():
print("Cadena válida")
else:
print("Cadena no válida")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment