We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2950631 commit 24c560bCopy full SHA for 24c560b
test/test.py
@@ -1,4 +1,4 @@
1
-from calculate import calculate as test_c
+from calculate 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