Skip to content
Snippets Groups Projects
Commit 277880f9 authored by KimMinSeob's avatar KimMinSeob
Browse files

Upload New File

parent b4a7ac4c
Branches
No related tags found
No related merge requests found
print("수를 입력하시오 : ")
a = int(input())
if a==0:
print('0 은 나눗셈에 사용될 수 없습니다.')
else:
print('3/',a,'=',3/a)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment