Skip to content

Commit aa827fd

Browse files
committed
Add arithmetic arranger function with initial implementation
1 parent 7c0eb8b commit aa827fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)