SVijayB / PyHub

A-Z of Python Essentials in one place
http://www.vijaybalaji.me/PyHub/
GNU General Public License v3.0
25 stars 15 forks source link

Adding stack function #30

Closed Nish251103 closed 3 years ago

Nish251103 commented 3 years ago

Description

i added a stack function of list. It.s a new feature to be used over a list as a basic function the function like push, pop, peek, display

Related Issue

This PR closes #

Motivation and Context

It helps to perform stacks in a list like push, pop, peek and display

Screenshots (if any)

Types of changes

Checklist:

SVijayB commented 3 years ago

Hey, please do not modify the pull_request_template.md file. Remove that and I will merge your PR.

Nish251103 commented 3 years ago

sure

Nish251103 commented 3 years ago

Done the needful Kindly check

SVijayB commented 3 years ago

Thanks for the PR! I've merged 👍

Nish251103 commented 3 years ago

Okay thank you