mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-10 11:28:03 +00:00
Fix #13, PEP8-ify notebooks.
This commit is contained in:
@@ -34,6 +34,7 @@ class TestStacks(object):
|
||||
|
||||
print('Success: test_stacks\n')
|
||||
|
||||
|
||||
def main():
|
||||
num_stacks = 3
|
||||
stack_size = 100
|
||||
@@ -42,5 +43,6 @@ def main():
|
||||
test.test_push_on_full(num_stacks, stack_size)
|
||||
test.test_stacks(num_stacks, stack_size)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user