101 results found
I get an exception throw TypeError: the argument of type object after * must be iterative, not int in Python 3 when I was trying to get random color.
I get an exception throw TypeError: 'int' object does not support item assignment in Python 3.8.2 when I was trying to work with a range.
I get an exception throw TypeError: unsupported operand type(s) for /: 'tuple' and 'int' in Python 2.8.2 when I'm trying to loop value from a range.
I am a beginner in Python and I get an exception throw TypeError: 'range' object is not an iterator in Python 3.8.2 when I trying to access with range method.
I get an exception throw TypeError: unsupported operand type(s) for -: 'int' and 'str' in Python 3.8.2 when I trying to find the day of the week.
I get an exception throw TypeError: can only concatenate str (not "list") to str when I trying to get first item from an array in Python 3.8.2
I get an exception throw: TypeError: can only concatenate str (not "NoneType") to str when I trying to convert uppercase to lowercase in Python 3.8.2
I get an exception throw TypeError: coercing to Unicode: need string or buffer, NoneType found in Python 3.8.2 when I read data from a file.
I get an exception throw TypeError: can't use a string pattern on a bytes-like object in Python 3.8.2 when I trying to read data from url.
I get an exception throw TypeError: from_dict () got unexpected keyword argument 'columns' in Python 3.8.2 when I trying to manipulation with an object
I get an exception throw NameError: name 'unicode' is not defined in Python 3.8.2 when I trying to unicode some string text.
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.