Name three run-time errors that occur during Python program execution.
TypeError, ZeroDivisionError, IndexError are the three run-time errors that occur during Python program execution.