We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334f0f1 commit 4440599Copy full SHA for 4440599
1 file changed
src/subtract.py
@@ -2,4 +2,5 @@ def subtract(a, b):
2
try:
3
return(float(a) - float(b))
4
except ValueError:
5
- return "숫자를 입력하십시오."
+ return "숫자를 입력하십시오."
6
+# 뺄셈 구현
0 commit comments