15921번 풀이 [Python]

sua·2022년 7월 4일
0

Baekjoon

목록 보기
74/161
post-thumbnail

문제


풀이

a = int(input())
if a != 0:
    print("1.00")
else:
    print("divide by zero")
profile
가보자고

0개의 댓글