Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
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'
)
)