This commit is contained in:
Ilya Kantor 2019-08-13 22:07:33 +03:00
parent a2daa0191f
commit 4bc42e1360
3 changed files with 43 additions and 34 deletions

View file

@ -6,6 +6,6 @@ importance: 4
Create a calculator that prompts for an arithmetic expression and returns its result.
There's no need to check the expression for correctness in this task.
There's no need to check the expression for correctness in this task. Just evaluate and return the result.
[demo]