lease help me find the complete PYTHON CODE for this problem. Thank you! ASAP!   Only the Even Ones by CodeChum Admin I have a list of 3 numbers here with me that's already in the code editor, but I want you to add some more to this list by inputting some more numbers yourself in one line and then, print out only the even numbers from the list. Can you do that for me?

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.3: Data Types
Problem 5E
icon
Related questions
Question

Please help me find the complete PYTHON CODE for this problem. Thank you! ASAP!

 

Only the Even Ones

by CodeChum Admin

I have a list of 3 numbers here with me that's already in the code editor, but I want you to add some more to this list by inputting some more numbers yourself in one line and then, print out only the even numbers from the list.

Can you do that for me?

Here is the list of 3 numbers in the code editor:

nums = [2, 3, 5]

 

 

Input

A line containing integers separated by a space.

33 54 32 11 8

Output

Multiple lines containing an integer.

2
54
32
8
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr