Computer Science, asked by ayushfbi190, 2 months ago

Python operator used to repeat a string multiple times: opts (+), (*), (-), (/)

Answers

Answered by SirichandanaR
1

Answer:

(*) this operator can be used to repeat the string

Answered by siri280
1

Answer:

(*)

Explanation:

The * operator can be used to repeat the string for a given number of times

Similar questions