Python operator used to repeat a string multiple times: opts (+), (*), (-), (/)
Answers
Answered by
1
Answer:
(*) this operator can be used to repeat the string
Answered by
1
Answer:
(*)
Explanation:
The * operator can be used to repeat the string for a given number of times
Similar questions