We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da45732 commit 03f29a5Copy full SHA for 03f29a5
Ch03-3-Functions-UserDefined.ipynb
@@ -512,8 +512,9 @@
512
"metadata": {},
513
"source": [
514
"## assert statement for automated testing\n",
515
- " - each assertion must be True to continue\n",
516
- " - if assertion fails, throws AssertionError exception"
+ " - assert statement can be used to automatically test fruitful functions\n",
+ " - each assertion must be True or pass to continue to the next\n",
517
+ " - if assertion fails, throws AssertionError exception and program halts"
518
]
519
},
520
{
0 commit comments