Skip to content
Snippets Groups Projects
Commit 5bde3a1f authored by KimMinSeob's avatar KimMinSeob
Browse files

Upload New File

parent a04ad8f1
No related branches found
No related tags found
No related merge requests found
print("요일을 입력하시오 : ")
dow=input()
if dow=='':
print('monday')
elif dow == '':
print('tuesday')
elif dow == '':
print('wednesday')
elif dow == '':
print('thursday')
elif dow == '':
print('friday')
elif dow == '':
print('saturday')
elif dow == '':
print('sunday')
else:
print("잘못 입력된 요일입니다.")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment