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

single

bookChallenge: List Files with Extension

Scorri per mostrare il menu

Compito

Scorri per iniziare a programmare

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.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 18
single

single

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

some-alt