Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
Saturday, 18 April 2020
python find length of stack
class Stack:
def __init__(self):
self.stackList = [1,2,3]
stackObject = Stack()
print(len(stackObject.stackList))
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment