Programming Examples

Python program that inputs a string and then prints it equal to number of times its length


Write a program that inputs a string and then prints it equal to number of times its length, e.g.,

Enter string : "eka"

Result ekaekaeka

str = input("Enter string: ")
len = len(str)
opStr = str * len
print("Result", opStr)

Output

Enter string: infomax

Result infomaxinfomaxinfomaxinfomaxinfomaxinfomaxinfomax

Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad