Skip to content

Commit bba7875

Browse files
committed
I printed the answer of 30 divided by 6
1 parent 84ffe01 commit bba7875

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

calculator.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ def multiply(a, b):
99

1010
def divide(a, b):
1111
return a / b
12+
13+
print("I'm going use the calculator functions to divide 30 by 6")
14+
x = divide(30,6)
15+
print(x)

0 commit comments

Comments
 (0)