s = input("Enter the String :")
n = input("Enter the Integer :")
print(s*n)
The Repeated String is :