Question: PYTHON PLEASE ADD COMMENTS TOO PLEASE THANK YOUUUU Question: Find the Evens For your quiz question, you will create a program that finds the even
PYTHON PLEASE ADD COMMENTS TOO PLEASE
THANK YOUUUU

Question: Find the Evens For your quiz question, you will create a program that finds the even digits in any number. Use the following outline as your guide Initialize an integer variable - value set by user input Define function findEvens() Set variable for list of even numbers (text) Set integer for count of the even numbers Check if each digit is even Add one to the count Add the even number to the list Print the result Print the result: Your code should contain everything listed above, including integer variables (do not use text to check the digits). Also use the findEvens() function and create a list of even numbers as well as a count of the even numbers. Print your result in the following format. Assuming the input number is 65784193 (as an example) the output would be... There are 3 evens in 65784193 [6 8 4]. Make sure you use .format() to make sure that the number and text are formatted properly
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
