x = 5 y = 0 if y != 0: result = x / y else: print("Division by zero is not allowed")