91 results found
MySQL Python connector throw mysql.connector.errors.NotSupportedError: Authentication plugin 'caching_sha2_password' is not supported.
I got an exception throw TypeError: unsupported operand type(s) for +: 'dict_keys' and 'list' in Python when I working with dictionary.
Hello, I got an exception throw typeerror: 'float' object is not iterable in Python 3.8.2 when I was trying to get number input from user and loop it.
Exception throw TabError: inconsistent use of tabs and spaces in indentation in Python 3.8.2 when I try code some line of code to check odd & even number.
I get an exception throw Throw typeerror: 'tuple' object is not callable in Python 3.8.2 when I was trying to print out a tuple.
I get an exception throw TypeError: 'type' object is not subscriptable in Python 3.8.2 when I was trying to create an object and access property of it.
My code throw an exception TypeError: unsupported operand type(s) for &: 'int' and 'float' in Python when I using if condition to help check variable.
My app throw an exception throw TypeError: can't multiply sequence by non-int of type 'bytes' in Python 3.x when I was trying to con
My code throw an exception typeerror: can't concat int to bytes in Python 3.x when I was trying to concat some bytes with integer input from user.
My code throw an exception Throw typeerror: can't concat float to bytes in Python 3.8.2 when I was trying to concat bytes with float data type.
I get an exception throw TypeError: can only concatenate str (not "bytes") to str in Python 3.x when I was trying to concat some bytes datatype.
I get an exception throw ZeroDivisionError: division by zero in Python 3.x when I was trying to get value from input console and calculate them.
I get an exception throw TypeError: 'int' object is not iterable in Python 3.8.2 when I try to loop and search character from a string.
I get an exception throw TypeError: unsupported operand type(s) for +: 'int' and 'str' in Python when I try to remove item from an array and print out it.
I get an exception throw AttributeError: module 'urllib' has no attribute 'urlopen' in Python 3.8.2 when I try to get data html from the some website.