What happens if you have two values with no operator and a space in between them and why?
The Python will consider them as a single value. In case their combination forms a valid value the program gets a wrong value, in other cases the interpreter print an error message.
Comments
Leave a comment