# File: divby0.py # See what happens when you divide by 0 # # ** this does no error checking ** # # Matt Bishop, MHI 289I, Fall 2021 # # # this can be any integer # x = 7 # # and the division by 0 y = x / 0