We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0eb8b commit aa827fdCopy full SHA for aa827fd
main.py
@@ -0,0 +1,5 @@
1
+def arithmetic_arranger(problems, show_answers=False):
2
+
3
+ return problems
4
5
+print(f'\n{arithmetic_arranger(["32 + 698", "3801 - 2", "45 + 43", "123 + 49"])}')
0 commit comments