Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Filter Odd Numbers | Automating Tasks with Python
Automating System Tasks with Python: A Beginner's Guide
Sección 1. Capítulo 8
single

single

bookChallenge: Filter Odd Numbers

Desliza para mostrar el menú

Tarea

Desliza para comenzar a programar

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.

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 8
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt