1.

Explain About Assert Statement?

Answer»

ASSERT statement is used to assert whether something is true or false. This statement is very USEFUL when you want to check the items in the list for true or false function. This statement should be predefined because it INTERACTS with the user and RAISES an ERROR if something goes wrong.

Assert statement is used to assert whether something is true or false. This statement is very useful when you want to check the items in the list for true or false function. This statement should be predefined because it interacts with the user and raises an error if something goes wrong.



Discussion

No Comment Found