Skip to content

Commit 5f9b5c9

Browse files
authored
Update Calculator.py
1 parent ac86ed7 commit 5f9b5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This function adds two numbers
1+
# This function adds two numbers.
22
def add(x, y):
33
"""
44
Sum function

0 commit comments

Comments
 (0)