KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

The operator * is also called as replication operator in string.

Python String Manipulation

2 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.

Answered By

2 Likes


Related Questions