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