Skip to content

Commit 03f29a5

Browse files
committed
updated Ch03-3
1 parent da45732 commit 03f29a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Ch03-3-Functions-UserDefined.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,9 @@
512512
"metadata": {},
513513
"source": [
514514
"## assert statement for automated testing\n",
515-
" - each assertion must be True to continue\n",
516-
" - if assertion fails, throws AssertionError exception"
515+
" - assert statement can be used to automatically test fruitful functions\n",
516+
" - each assertion must be True or pass to continue to the next\n",
517+
" - if assertion fails, throws AssertionError exception and program halts"
517518
]
518519
},
519520
{

0 commit comments

Comments
 (0)