mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Added some parameter changes in sum_two_challenge.ipynb from val->a,b
This commit is contained in:
parent
358f2cc604
commit
294a7aecdc
|
@ -73,7 +73,7 @@
|
|||
"source": [
|
||||
"class Solution(object):\n",
|
||||
"\n",
|
||||
" def sum_two(self, val):\n",
|
||||
" def sum_two(self, a, b):\n",
|
||||
" # TODO: Implement me\n",
|
||||
" pass"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user