String Repetation. Get link Facebook X Pinterest Email Other Apps March 29, 2022 String Repetation. ->write a program to print the given input word n times in single line separated by spaces. w=input() n=int(input()) print((w+" ")*n) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment