Computer Science
Multiplication operator (*) replicates the string.
Python String Manipulation
3 Likes
Answer
True
Reason — Multiplication operator (*) creates a new string by repeating multiple copies of the same string.
Answered By
3 Likes
Multiplication operator (*) replicates the string.
3 Likes
True
Reason — Multiplication operator (*) creates a new string by repeating multiple copies of the same string.
Answered By
3 Likes