What is the use of * operator in strings?
Answer:
Python allows us to repeat the given string using repetition operator which is denoted by symbol * .
Example:
Very Short Answer Type Questions (1 Mark each)
Very Short Answer Type Questions (1 Mark each)
Last updated at April 16, 2024 by Teachoo
Answer:
Python allows us to repeat the given string using repetition operator which is denoted by symbol * .
Example: