Class stack in python | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Class stack in python

I can't understand push,pop and is_empty in class stack

28th Sep 2021, 2:22 PM
Vaishnavi V
2 Réponses
+ 1
The method names are actually self explanatory pop - Removes an item push - Inserts an item is_empty - tells whether there is data stored in
28th Sep 2021, 2:37 PM
Ipang
+ 1
Thanks
29th Sep 2021, 1:43 PM
Vaishnavi V