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

single

bookChallenge: Filter Odd Numbers

Glissez pour afficher le menu

Tâche

Glissez pour commencer à coder

Write a script that filters and prints only the odd numbers from a given list.

  • Iterate through the numbers list.
  • Check if each element in the list is odd.
  • Collect all odd numbers into a new list.
  • Print the list of odd numbers.

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