[COMP(2041|9044) 25T2 —
Assignment 2: MyGit](https://cgi.cse.unsw.edu.au/~cs2041/25T2/assignments/ass2/index.html)
argparse
module and how do we use it?beautifulsoup
module and how do we use it?tags.py
which given the URL of a web page fetches it by running wget and prints the HTML tags it uses.-f
option to tags.py
which indicates the tags are to be printed in order of frequency.tags.py
to use the requests
and beautifulsoup4
modules.