We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616386c commit db49624Copy full SHA for db49624
덧셈.py
@@ -0,0 +1,7 @@
1
+print("덧셈 계산기 입니다 숫자를 입력하세요\n\n")
2
+
3
+a = float(input("더할 숫자를 입력하세요:"))
4
5
+b = float(input("나머지 숫자를 입력하세요:"))
6
7
+print(a+b)
0 commit comments