Skip to content

Commit

Permalink
Merge pull request ReciHub#369 from rishabhgupta03/master
Browse files Browse the repository at this point in the history
oddcheck_algorithm.py
  • Loading branch information
OtacilioN authored Oct 18, 2019
2 parents dd46f48 + a0e5f84 commit 16fcfb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions oddcheck_algorithm.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
n=input("enter the number you want to checck:")
if int(n)%2==0:
print ("no. is even")
else:
print ("no. is odd")

0 comments on commit 16fcfb7

Please sign in to comment.