The operator * is also called as replication operator in string.
Python String Manipulation
3 Likes
Answer
True
Reason — In Python, the * operator is used to repeat a string for a specified number of times, therefore it is called the replication operator in strings.