mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Fix check prime test case discussions to match code (#221)
This commit is contained in:
parent
d3c038b0db
commit
da5491b8a3
|
@ -50,7 +50,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"* None -> Exception\n",
|
"* None -> Exception\n",
|
||||||
"* Not an int -> Exception\n",
|
"* Not an int -> Exception\n",
|
||||||
"* 20 -> 2, 3, 5, 7, 11, 13, 17, 19"
|
"* 20 -> [False, False, True, True, False, True, False, True, False, False, False, True, False, True, False, False, False, True, False, True]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"* None -> Exception\n",
|
"* None -> Exception\n",
|
||||||
"* Not an int -> Exception\n",
|
"* Not an int -> Exception\n",
|
||||||
"* 20 -> 2, 3, 5, 7, 11, 13, 17, 19"
|
"* 20 -> [False, False, True, True, False, True, False, True, False, False, False, True, False, True, False, False, False, True, False, True]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user