Perform following operations using the Python functions developed in Task 1: (5) a. Insert 1, 7, 5, 2 data elements into the stack and display all data elements b. Delete the data element at the top of the stack and display all the data elements
@GowthamiKaranam3 жыл бұрын
Actually I know code in stack by using function It's helpful to me how to write a code in method in class .. Thank you Sir.
@vinodkinoni48635 жыл бұрын
Nice
@benjaminclovis776 Жыл бұрын
Wow great work. Keep rocking
@easy_3d3 жыл бұрын
great work soumilshah. learnt a lot in just a single video. appreciate your effort
@minch3332 жыл бұрын
Thanks for the video! Couple beginner questions: What does if name == " main ": mean or do? What's the point of constructing a class like this? Can't you just use the normal python functions when working with a list? Many thanks
@drsnase Жыл бұрын
if name == " main " evaluates the name of the module so that user don't have to fill the input section again and again in the terminal section (While Sharing of the code with someone)
@sravankumar15774 жыл бұрын
implementation 3:45
@punithavathis1604 жыл бұрын
Superb explanation sir.Its helps a lot sir keep rocking
@rameezazhar71874 жыл бұрын
Sir can you send some practices questions of stack? Regrads Shaikh Rameez Azhar
@clashingtv25272 жыл бұрын
Thanks bhi bohot problem horara tha ab thik he ❤️❤️❤️❤️❤️❤️❤️❤️ Linked list PE vi Thora bana na 👍👍👍👍👍👍👍👍👍👍👍
@udaykiranr12233 жыл бұрын
I taught stack is LIFO principle
@aleazanrashid3127 Жыл бұрын
you are the best
@cmuthukrishnan22372 жыл бұрын
Why you pass the arguments in quotes
@carlmascarenhas41243 жыл бұрын
Thanks a lot , it did help me !
@richasingh79333 жыл бұрын
cross check your code with your own git repo it would help you.
@sharmaindelos_santos15633 жыл бұрын
Thanks a lot bro
@naimeimran32473 жыл бұрын
Thanks
@helapubggaming11083 жыл бұрын
why the none comes?(5:49)
@akshhay3 жыл бұрын
l.append returns a an Nonetype because its just a function that adds a refrence value to end of list of a memory location where new integer stored