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:
@@ -9,9 +9,11 @@ class TestUtopianTree(object):
|
||||
assert_equal(calc_utopian_tree_height(4), 7)
|
||||
print('Success: test_utopian_tree')
|
||||
|
||||
|
||||
def main():
|
||||
test = TestUtopianTree()
|
||||
test.test_utopian_tree()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user