Computer Science, asked by Anonymous, 11 months ago

pls. explain this Python typeError...!!

Attachments:

Answers

Answered by swaminathan007
2

Answer:

Explanation:

some how you have extended the limit of the argument

Because input does only want one argument and you are providing three, expecting it to magically join them together :-)

What you need to do is build your three-part string into that one argument,

Similar questions