From b4835be8819e1a9050b2fea1385203e3dfcf1295 Mon Sep 17 00:00:00 2001 From: cheeks <134818917+leftovertoast@users.noreply.github.com> Date: Mon, 3 Mar 2025 03:30:38 +0000 Subject: [PATCH] Completed 9-16 Python Module of the Week --- Chapter_09/9-16_python_module_of_the_week.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Chapter_09/9-16_python_module_of_the_week.py diff --git a/Chapter_09/9-16_python_module_of_the_week.py b/Chapter_09/9-16_python_module_of_the_week.py new file mode 100644 index 0000000..7b0a481 --- /dev/null +++ b/Chapter_09/9-16_python_module_of_the_week.py @@ -0,0 +1,4 @@ +# Exercise 9-16 Python Module of the Week +# Learning Objective: No coding task view website for standard library reference. + +https://pymotw.com \ No newline at end of file