Skip to content
Snippets Groups Projects
Commit 62acd998 authored by Minseong Kwon's avatar Minseong Kwon
Browse files

Upload New File

parent eb5cac98
Branches
No related tags found
No related merge requests found
print('input number')
num=int(input())
if (num%2==1):
print('홀수')
if(num%3):
print('3의배수아니다')
else:
print('3의배수이다')
else:
print('짝수이다')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment