Commit 3b5bafc3 authored by Roberts Ivanovs's avatar Roberts Ivanovs

fixed a typo in readme.md

parent 5ebd7983
Pipeline #529 failed with stages
To run tests: `python test_calculator_tree.py`
Main code resides in `tree_traversing.py`
Main function that can calculate the strings: `calculate(string)`
e.g
`calculate(-4-7*3).calculate_below()` will result in `-25`
\ No newline at end of file
`calculate('-4-7*3').calculate_below()` will result in `-25`
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment