s=input()
num="02468"
ct=0
for i in s:
if i in num:
ct+=1
print(ct)
Python 3
Alphanumeric code
Telegram - https://t.me/Coding_solution_0
num="02468"
ct=0
for i in s:
if i in num:
ct+=1
print(ct)
Python 3
Alphanumeric code
Telegram - https://t.me/Coding_solution_0
Forwarded from Coding Solutions Group
Please open Telegram to view this post
VIEW IN TELEGRAM