KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Science

Multiplication operator (*) replicates the string.

Python String Manipulation

1 Like

Answer

True

Reason — Multiplication operator (*) creates a new string by repeating multiple copies of the same string.

Answered By

3 Likes


Related Questions