Command Line Calculator

# Introduction The `argparse` module in Python is a powerful tool for parsing command-line arguments. In this challenge, you will write a program that uses the `argparse` module to parse command-line arguments and perform some simple arithmetic operations based on the arguments.

|60 : 00

Click the virtual machine below to start practicing