Simple program

Report a typo

Create an argument parser using the argparse module, and name it parser. Then, add an argument --number.

Your program should NOT print anything.

Write a program in Python 3
import argparse


parser = # your code here
___

Create a free account to access the full topic