Skip to content

Commit 8760ee9

Browse files
authored
Add files via upload
1 parent e094498 commit 8760ee9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_sum.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
a = 10
2+
b = 3
3+
print("a+b =", a+b)

0 commit comments

Comments
 (0)