The assert statement displays a message when the condition is FALSE.
The assert statement displays a message when the condition is FALSE. Correct Answer True
The assert statement does nothing if the condition specified is true. If it is false, only then the message which is specified by the user is displayed on the screen. It is basically used for the status check of the program whether it is running correctly or not.
মোঃ আরিফুল ইসলাম
Feb 20, 2025