Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nombre_archivo = "python-ejemplo.py"
- print(nombre_archivo.endswith('.py'))
- print(nombre_archivo.startswith('python'))
- print('')
- enlace = "https://www.python.org"
- print(enlace.startswith('http'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement