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

single

bookChallenge: Find Lines with Keyword

Glissez pour afficher le menu

Tâche

Glissez pour commencer à coder

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.

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