Spaces:
Runtime error
Runtime error
Upload TestMeFile.py
Browse files- TestMeFile.py +2 -0
TestMeFile.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
def adder(a,b):
|
| 2 |
+
return a+b
|