91 results found
I get an exception throw TypeError: '<' not supported between instances of 'int' and 'str' in Python 3.x when I was trying compare variable with condition if.
I get an exception throw NameError: name 'person' is not defined in Python 3.8.2 when I was trying to call and execute a function.
I get an exception SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Hello, World! My name is " + name)? with Python 3.8.2
I get an exception throw TypeError: send() argument after * must be an iterable, not socket in Python 3 when I trying to use socket with multi thread.
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.