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

Upload New File

parent bad978f8
No related branches found
No related tags found
No related merge requests found
print('요일(월~일)을 입력하세요:')
num=input()
if num=='':
print('Monday')
elif num=='':
print('Tuesday')
elif num=='':
print('Wednesday')
elif num=='':
print('Thursday')
elif num=='':
print('Friday')
else:
print('잘못 입력된 요일입니다')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment