Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: List Files with Extension | Automating Tasks with Python
Automating System Tasks with Python: A Beginner's Guide
Section 1. Chapitre 18
single

single

bookChallenge: List Files with Extension

Glissez pour afficher le menu

Tâche

Glissez pour commencer à coder

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.

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 18
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

some-alt