You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: project-01/student_management.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
# **CLI-Based Student Management System – Beginner's Guide**
3
3
4
4
## **1. Introduction**
5
-
A **Command Line Interface (CLI) Student Management System** is a simple application that allows users to manage student records efficiently using only the terminal. The system supports essential **CRUD (Create, Read, Update, Delete)** operations.
5
+
A **Command Line Interface (CLI) Student Management System** is a simple application that allows users to manage student records efficiently using only the terminal.
6
6
7
7
This project is implemented using **Python** and focuses on key programming concepts like:
0 commit comments