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

single

bookChallenge: Filter Odd Numbers

Scorri per mostrare il menu

Compito

Scorri per iniziare a programmare

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.

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