91 results found
I get an exception throw TypeError: can only concatenate str (not "datetime.datetime") to str in Python 3.8.2 when I trying to print time.
I get an exception throw TypeError: '_io.TextIOWrapper' object is not subscriptable in Python when I trying to read file from import.
I get an exception throw TypeError: unsupported operand type(s) for %: 'NoneType' and 'str' in Python 3.8.2 when I trying to concat some string.
I get an exception throw TypeError: exceptions must derive from BaseException in Python 3.8.2 when I trying to raise an exception.
I get an exception throw TypeError: list indices must be integers or slices, not float in Python 3.8.2 when I trying search item text from an array.
Hi guys, I get an exception throw TypeError: 'int' object is not callable in Python 3.8.2 when I trying to execute one calculation.
I get an exception throw TypeError: 'list' object cannot be interpreted as an integer in Python 3.8.2 when I trying to manipulation with a range.
I get an exception throw TypeError: 'float' object cannot be interpreted as an integer in Python 3.8.2 when I trying to loop and print a range of numbers
I get an exception throw TypeError: not enough arguments for format string when I trying to concat some information
I get an exception throw TypeError: method takes 0 positional arguments but 1 was given in Python 3.8.2 when I manipulation an object.
I get an exception throw ValueError: Input contains NaN, infinity or a value too large for dtype('float64') in Python when I trying to training data.
I get an exception throw TypeError: list indices must be integers or slices, not list in Python 3.8.2 when I trying print an array.
I get an exception throw AttributeError: 'NoneType' object has no attribute 'append' in Python 3.8.2 when I'm trying to create and print a list task of a day.
I get an exception throw UnboundLocalError: local variable referenced before assignment in Python 3.8.2 when Trying append item into an array.
I get an exception throw TypeError: 'str' object does not support item assignment in Python 3.8.2 when I trying to get an item from an array.