Verify that dividing by zero raises a ZeroDivisionError
Preconditions (2)
Step 1: Write a function that divides two numbers
Step 2: Call the function with the second number as zero
Step 3: Check that calling the function raises a ZeroDivisionError
✅ Expected Result: The test should pass only if ZeroDivisionError is raised when dividing by zero