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

1 Like


Related Questions