Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: List Files with Extension | Automating Tasks with Python
Automating System Tasks with Python: A Beginner's Guide
Sección 1. Capítulo 18
single

single

bookChallenge: List Files with Extension

Desliza para mostrar el menú

Tarea

Desliza para comenzar a programar

Write a function that filters and prints filenames ending with ".txt" from a given list.

  • Loop through each element in the filenames list.
  • Check if the current filename ends with ".txt".
  • If it does, print the filename.

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 18
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt