Skip to content

Commit 898ce98

Browse files
authored
Update Last Project.md
1 parent 811d37c commit 898ce98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Last Project.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Create a Simple Notepad Application in Python using classes. This project will h
1818

1919
```python
2020
import os
21-
import os
2221

2322
class Notepad:
2423
def __init__(self):
@@ -122,4 +121,4 @@ if __name__ == "__main__":
122121
**Project Outcome:**
123122
By completing this project, you will have a functional Notepad Application that allows users to create, view, edit, and delete notes, as well as save and load notes from a file. This project will enhance your Python skills and provide practical experience in building text-based applications.
124123

125-
Feel free to customize and expand this project as you see fit, adding more features or improving the user interface to make it even more user-friendly. Enjoy coding!
124+
Feel free to customize and expand this project as you see fit, adding more features or improving the user interface to make it even more user-friendly. Enjoy coding!

0 commit comments

Comments
 (0)