We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ac27f commit 30ec76bCopy full SHA for 30ec76b
src/addition.py
@@ -1,6 +1,6 @@
1
# app.py
2
# This is a test commit
3
-# This is my first python file edit
+# This is my first python file
4
def add(a, b):
5
return a + b
6
0 commit comments