+ 1
Assert is a condition in which we know that the error will be occurred and if is simply use for those condition which we gives two ways if true then print otherwise else print
+ 1
Assert is a technique you use to figure out bugs. It shouldn't be part of your program's control flow because compilers and interpreters often ignore it or cut it out.



