From 27c060bc181ffd504d81fe6fdd7e12249a7cc037 Mon Sep 17 00:00:00 2001 From: Bubbles The Dev <152947339+KernFerm@users.noreply.github.com> Date: Sat, 1 Feb 2025 16:31:45 -0500 Subject: [PATCH] Update and rename FileHandling(10 mins).py to FileHandling-10mins.py Signed-off-by: Bubbles The Dev <152947339+KernFerm@users.noreply.github.com> --- .../{FileHandling(10 mins).py => FileHandling-10mins.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Python-Fundamentals-part2/{FileHandling(10 mins).py => FileHandling-10mins.py} (97%) diff --git a/Python-Fundamentals-part2/FileHandling(10 mins).py b/Python-Fundamentals-part2/FileHandling-10mins.py similarity index 97% rename from Python-Fundamentals-part2/FileHandling(10 mins).py rename to Python-Fundamentals-part2/FileHandling-10mins.py index 85fd7d7..3945b87 100644 --- a/Python-Fundamentals-part2/FileHandling(10 mins).py +++ b/Python-Fundamentals-part2/FileHandling-10mins.py @@ -43,4 +43,4 @@ print(content) # Print the content of the file print("Hello, World!") # Print "Hello, World!" to the console -print("Python is fun!") # Print "Python is fun!" to the console \ No newline at end of file +print("Python is fun!") # Print "Python is fun!" to the console