Skip to content

Commit 21eff52

Browse files
Update test.py
1 parent aaacca0 commit 21eff52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
import math_calculate as test_calc
1+
from calculate import calculate as test_c
22

3+
problem = "1 + 1 - 1 * 1 / 1"
4+
print(f"{problem} = {str(test_c.solve(problem))}")

0 commit comments

Comments
 (0)