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
Multiplication operator (*) replicates the string.
1 Like
True
Reason — Multiplication operator (*) creates a new string by repeating multiple copies of the same string.
Answered By
3 Likes