mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-11 03:48:03 +00:00
Fix #13, PEP8-ify notebooks.
This commit is contained in:
@@ -103,6 +103,7 @@ class TestLinkedList(object):
|
||||
|
||||
print('Success: test_len\n')
|
||||
|
||||
|
||||
def main():
|
||||
test = TestLinkedList()
|
||||
test.test_insert_to_front()
|
||||
@@ -111,5 +112,6 @@ def main():
|
||||
test.test_delete()
|
||||
test.test_len()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user