Skip to content

Ronakkumar-dev/even-odd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

even-odd

while(1): print("enter a number") n=int(input()) if((n%2)==0): print(n) chk=int(input("press 0 for exit otherwise pressany other key")) if(chk==0): break

About

This is a odd-even numbers finding program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published