Skip to content

Commit 4440599

Browse files
committed
브랜치 변경
1 parent 334f0f1 commit 4440599

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/subtract.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ def subtract(a, b):
22
try:
33
return(float(a) - float(b))
44
except ValueError:
5-
return "숫자를 입력하십시오."
5+
return "숫자를 입력하십시오."
6+
# 뺄셈 구현

0 commit comments

Comments
 (0)