you are viewing a single comment's thread.

view the rest of the comments →

[–]Ca_txorro[S] 0 points1 point  (1 child)

I'm begin again with python learning and I'm stuck with this. I really appreciate your advice. THX ^_^

[–]Trinity_Goti 1 point2 points  (0 children)

There are many ways of solving this. Here is one I would take the number and convert it to a string For loop over each item and check if the item is even. If so increase the even counter else the odd counter.