Computer Science, asked by sonusagar50, 24 days ago

how can we print a string many times with the help of operator in python?
Thanks for 500 followers.. ​

Answers

Answered by yashasvipatel42307
1

Answer:

Use the multiplication operator * to repeat a string multiple times. Multiply a string with the multiplication operator * by an integer n to concatenate the string with itself n times. Call print(value) with the resultant string as value to print it.

Answered by dedeepyapavani
1

Answer:

please mark me as Brainlist

Attachments:
Similar questions