11 lines
241 B
Markdown
11 lines
241 B
Markdown
importance: 4
|
|
|
|
---
|
|
|
|
# Eval-calculator
|
|
|
|
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. Just evaluate and return the result.
|
|
|
|
[demo]
|