We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ac031 commit 7280e72Copy full SHA for 7280e72
Advanced Add.py
@@ -0,0 +1,8 @@
1
+a = float(input("더할 숫자를 입력하세요:"))
2
+
3
+b = float(input("나머지 숫자를 입력하세요:"))
4
5
+def add(a, b):
6
+ return a+b
7
8
+print("add")
0 commit comments