Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The traceback indicates that you are trying to access the method .lower() on an integer object, but the method does not exist for integer objects. This error can occur when you mistakenly try to apply a string method to an integer or any other data type that does not have that method.