Skip to content

Python program allows users to manage a list dynamically by adding, removing, and viewing elements interactively

Notifications You must be signed in to change notification settings

CyberSphinxxx/ElementListManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Element List Manager in Python


List Manager Program Description:

This Python program allows users to interactively manage a list of elements.

Users can add elements, remove elements, print elements, or quit the program.


User Interface:

The program presents an interactive interface where users can view the current elements in the list and choose from the following options:

  • 'a' to add a new element
  • 'r' to remove an element
  • 'p' to print elements
  • 'q' to quit

Functionality:

  • Add Element: Users can add a new element to the list.
  • Remove Element: Users can remove an existing element from the list. If the list is empty or the element is not found, appropriate messages are displayed.
  • Print Elements: Users can view all elements currently in the list.
  • Quit Program: Users can exit the program at any time.

Usage:

Run the program in a Python environment. Follow the prompts to add, remove, print, or quit as desired. The program provides an interactive interface for managing lists efficiently.

About

Python program allows users to manage a list dynamically by adding, removing, and viewing elements interactively

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages