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

Upload New File

parent dfe36204
No related branches found
No related tags found
No related merge requests found
print('수를 입력하세요')
a=input()
if(a.isnumeric()):
a=int(a)
if a==0:
print('0은 나눗셈에 이용할 수 없습니다.')
else:
print('3/',a,'=',3/a)
else:
print("숫자를 입력하세요")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment