Computer Science, asked by prantkeshari677, 5 months ago

which operator of python creates a new string that is number of repetitions of the input string.​

Answers

Answered by jai696
1

The * operator python creates a new string that is number of repetitions of the input string.

Example

print("hello" * 69)

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions