Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 5, 2019 16:45
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/a25a813dea9b7c183a83a902500a4978 to your computer and use it in GitHub Desktop.
Save parzibyte/a25a813dea9b7c183a83a902500a4978 to your computer and use it in GitHub Desktop.
import os
if os.path.isfile("archivo/o_ruta"):
print("Sí es un archivo")
else:
print("No es archivo, o no existe")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment