Computer Science, asked by Ddv08, 1 year ago

Python Language

Write a program to find the number of even and odd digits in a given number.



kirtiprasanjenpchfhd: u r from which kV??
kirtiprasanjenpchfhd: kV INS chilka...
kirtiprasanjenpchfhd: ur class??
kirtiprasanjenpchfhd: Oo...gd

Answers

Answered by assassin75
3
i will send you later a python program as i have created on command prompt.

assassin75: Amritesh Shrivastava
assassin75: and yours
assassin75: ok bye going to study...
assassin75: num=int("input('Type the number here:- ')") if(num%2==0): print("This no. is even.") else: print("This no. is odd.") input("press enter to quit")
Similar questions