mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-16 22:38:02 +00:00
Fix #13, PEP8-ify notebooks.
This commit is contained in:
@@ -30,9 +30,11 @@ class TestHanoi(object):
|
||||
|
||||
print('Success: test_hanoi')
|
||||
|
||||
|
||||
def main():
|
||||
test = TestHanoi()
|
||||
test.test_hanoi()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user