+ 1
clarification on assert and If statement exception
Assert works similar to the case if raise Exception in used in If statement ?? Am I right ? Same thing can be achieved by checking condition in IF statement and raising exception . is there any difference between them ?
2 Réponses
0
Assert is slicker than catching by if
0
Thank you.. !!