Created by [@Divlo](https://github.com/Divlo) on 29 September 2020.
## Instructions :
Your job is to create a calculator which evaluates expressions in Reverse Polish notation (a mathematical notation in which operators follow their operands. It does not need any parentheses as long as each operator has a fixed number of operands).