From c89df9e591874ebe2d87e35b1572f936b88e3e0b Mon Sep 17 00:00:00 2001 From: Pratima39 <70462077+Pratima39@users.noreply.github.com> Date: Sat, 12 Sep 2020 22:10:46 -0600 Subject: [PATCH] Update README.md Submitting assignment Python OS Module Tutorial with commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 116b0d8..f319e0d 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ * os.path.isdir() * os.path.isfile() * os.path.splitext() - * add a comment in a cell with a url for official Python documentation (not shown in the video - Google it) - * add a comment in a cell with a url for a tutorial on the OS module in the official documentation (not shown in the video - look through the documentation to find it) + * add a comment in a cell with a url for official Python documentation (print("This will run.") # This won't run_adding comment in python https://docs.python.org/3/contents.html) + * add a comment in a cell with a url for a tutorial on the OS module in the official documentation (print("This will run.") # This won't run_adding coment with a url for a tutorial on the OS module in the official documentation from ass https://github.com/cmcntsh/exerPythOsTutorial) * When you're done make sure you save your file.