Skip to content

Commit 71cd8d4

Browse files
authored
Add multiplication function to file2.py
1 parent e4035f2 commit 71cd8d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

file2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
1+
def mult(a, b):
2+
return a * b

0 commit comments

Comments
 (0)