A
asker
Hello:
I have next Python 2.5.1 instructions:
But:Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: cannot concatenate 'str' and 'float' objects
Is this correct for Python to issue this error?
Thanks
I have next Python 2.5.1 instructions:
23.5723.57
But:Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: cannot concatenate 'str' and 'float' objects
Is this correct for Python to issue this error?
Thanks