Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 290 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 290 Bytes

student_control

An python app that you can control from terminal. You can add, show and delete students.

python main.py add "NAME" --> adds the name to the list

python main.py delete "NAME" --> deletes the name from the list

python main.py show --> shows all the names in the list