Having difficulty creating error handling when inputting an integer
dvdQuant = input("Enter quantity of DVD: ")
how can I get python to return a print "Error Message" if an integer is not entered instead of
Enter quantity of DVD: gyfj
Traceback (most recent call last):
File "I:/Python/CourseworkVer3. py", line 203, in <module>
addDvd(catalogu e)
File...