mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-06 17:38:02 +00:00
Fix #13, PEP8-ify notebooks.
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
"source": [
|
||||
"## Constraints\n",
|
||||
"\n",
|
||||
|
||||
"See the [HackerRank problem page](https://www.hackerrank.com/challenges/maximizing-xor)."
|
||||
]
|
||||
},
|
||||
@@ -124,10 +123,12 @@
|
||||
" assert_equal(max_xor(10, 15), 7)\n",
|
||||
" print('Success: test_maximizing_xor')\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"def main():\n",
|
||||
" test = TestMaximingXor()\n",
|
||||
" test.test_maximizing_xor()\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"if __name__ == '__main__':\n",
|
||||
" main()"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user