Skip to content

Commit 330425a

Browse files
committed
Added a square function to the foo file
1 parent b1fe462 commit 330425a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/demo/foo.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ def mul(a, b):
2222

2323
def div(a, b):
2424
return a/b
25+
26+
27+
def square(a):
28+
return a*a
29+

0 commit comments

Comments
 (0)