Skip to content
Snippets Groups Projects
Commit 49666a14 authored by Suzette Person's avatar Suzette Person
Browse files

Updated for Python 3

parent 4b7e49fd
Branches
No related tags found
No related merge requests found
from __future__ import print_function
class Stack(object): class Stack(object):
""" """
A basic array-based implementation of a stack. A basic array-based implementation of a stack.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment