Write a Python script that takes as input any 2 numbers a and b and outputs a divided by b. If b is zero, the script should exit and should print a message saying that you can't divide by zero. Good luck to all!