Commit 4571a0e5 authored by Shounik Shukla's avatar Shounik Shukla
Browse files

introduce error in sum.py

parent 2db25583
Pipeline #156 failed with stages
in 2 seconds
Showing with 1 addition and 1 deletion
+1 -1
# sum of two integers:
def addition(x, y):
return x + y
return x - y
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment