For that, we use the `assert` keyword. Let us see the basic syntax of Assertions in Python: ``` assert <condition>, <option -message> ```.
確定! 回上一頁