Skip to content
Snippets Groups Projects
Commit 40a190c7 authored by rejenver's avatar rejenver
Browse files

Upload New File

parent 2aa51ad5
No related branches found
No related tags found
No related merge requests found
print('Input Number : ')
num = int(input())
if (num % 2 == 1 and num % 3 != 0):
print('Not Times 3')
else:
print('Even Number')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment