Skip to content
Snippets Groups Projects
Commit df378f70 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

One last correction of non-pythonic strings.

parent af70a346
No related branches found
No related tags found
No related merge requests found
......@@ -93,10 +93,10 @@ def divide(left_expression, right_expression):
operator_map = {
"+": add,
"-": subtract,
"*": multiply,
"/": divide
'+': add,
'-': subtract,
'*': multiply,
'/': divide
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment