Interpreter for the NORMAL programming language
Code your program by selecting a number, for example 53, then run the resulting code with
python3 Interpreter.py 53
You may optinally pass one argument like so
python3 Interpreter.py 53 3
This example computes the square of your argument, 0 resp. 9.