Calculadora via CLI
To run CLI_Calculator execute:
python args.py -h
- For helppython args.py --sum x y
- To sum two numberspython args.py --sub x y
- To substraction two numberspython args.py --mult x y
- To multiplication two numberspython args.py --div x y
- To divide two numbers