Getting a TypeError when running my chatbot code
This is my code for a chatbot I’m creating. I keep getting a “TypeError: int() argument must be a string, a bytes-like object or a real number, not ‘NoneType'” error when running it however.
This is my code for a chatbot I’m creating. I keep getting a “TypeError: int() argument must be a string, a bytes-like object or a real number, not ‘NoneType'” error when running it however.