mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-05 00:48:03 +00:00
Fix #13, PEP8-ify notebooks.
This commit is contained in:
@@ -7,9 +7,11 @@ class TestMaximingXor(object):
|
||||
assert_equal(max_xor(10, 15), 7)
|
||||
print('Success: test_maximizing_xor')
|
||||
|
||||
|
||||
def main():
|
||||
test = TestMaximingXor()
|
||||
test.test_maximizing_xor()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user