We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaacca0 commit 21eff52Copy full SHA for 21eff52
test/test.py
@@ -1,2 +1,4 @@
1
-import math_calculate as test_calc
+from calculate import calculate as test_c
2
3
+problem = "1 + 1 - 1 * 1 / 1"
4
+print(f"{problem} = {str(test_c.solve(problem))}")
0 commit comments