Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 342 Bytes

File metadata and controls

11 lines (9 loc) · 342 Bytes

calc_argparser

Calculadora via CLI

Instructions

To run CLI_Calculator execute:

  • python args.py -h - For help
  • python args.py --sum x y - To sum two numbers
  • python args.py --sub x y - To substraction two numbers
  • python args.py --mult x y - To multiplication two numbers
  • python args.py --div x y - To divide two numbers