<aside> ℹ️ The focus of this tutorial is still Python!
</aside>
print_dict()
that displays the contents of a dict in the format below.times.py
which prints a table of multiplications.missing_words.py
which given two files as arguments prints, in sorted order, all the words found in file1 but not file2.source_count.py
which prints the number of lines of C source code in the current directory.phone_numbers.py
which given the URL of a web page fetches it by running *wget*
and prints any strings that might be phone numbers in the web page.