mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-03-04 14:48:45 +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