Question
What is assert keyword used for?
Answer
The assert keyword is used to make an assertion a statement which the programmer believes is always true at that point in the program. This keyword is intended to aid in testing and debugging.
What is assert keyword used for?
The assert keyword is used to make an assertion a statement which the programmer believes is always true at that point in the program. This keyword is intended to aid in testing and debugging.