Question #219102

String Repetition - 4


This Program name is String Repetition - 4. Write a Python program is String Repetition - 4, it has two test cases


The below link contains String Repetition - 4 - question, explanation and test cases


https://drive.google.com/file/d/1n4TSeGRbdbrEgeIKfXO5bq_IF3CWQ0jY/view?usp=sharing


We need exact output when the code was run

Expert's answer

m = input()
n=int(input())




for row in  range(n):
    print(m,end = ' ')
    

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS