Skip to content

Commit a73beed

Browse files
authored
Merge branch 'main' into calculator2
2 parents 00860d2 + cede375 commit a73beed

3 files changed

Lines changed: 2 additions & 0 deletions

File tree

606 Bytes
Binary file not shown.
14 KB
Binary file not shown.

calculator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
def multiply(a, b):
23
"""Multiply two numbers."""
34
return a * b
@@ -34,3 +35,4 @@ def square_n_times(number, n):
3435
print("I'm going use the calculator functions to multiply 5 and 6")
3536
x = multiply(5,6)
3637
print(x)
38+

0 commit comments

Comments
 (0)