Skip to content

Instantly share code, notes, and snippets.

@sumon328
Created August 16, 2020 04:15
Show Gist options
  • Save sumon328/1bf6562d9a656f5252966919591031da to your computer and use it in GitHub Desktop.
Save sumon328/1bf6562d9a656f5252966919591031da to your computer and use it in GitHub Desktop.
num = int(input('Enter a number:'))
if num % 2==0:
print('The number you enter is even! ')
else:
print('the number you enter is Odd')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment