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

single

bookChallenge: Find Lines with Keyword

Scorri per mostrare il menu

Compito

Scorri per iniziare a programmare

Write a function that prints all lines from a list that contain a specific keyword.

  • Iterate through each string in the lines list.
  • For each string, check if the keyword is present.
  • Print every string that contains the keyword.

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 16
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