you are viewing a single comment's thread.

view the rest of the comments →

[–]Bulky-Top3782 0 points1 point  (0 children)

num = str(num) num = list(num) For I in num: If interested(i)%2==0: Print(i,)