KnowledgeBoat Logo

Computer Science

You can combine a numeric value and a string by using the + symbol.

Python String Manipulation

1 Like

Answer

False

Reason — The + operator has to have both operands of the same type either of number type (for addition) or both of string type (for concatenation). It cannot work with one operand as string and one as a number.

Answered By

1 Like


Related Questions