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/ Explanation:

Enter string: infomax

Result infomaxinfomaxinfomaxinfomaxinfomaxinfomaxinfomax

Latest Current Affairs 2025 Online Exam Quiz for One day Exam Online Typing Test CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online MBA 2 years Online MCA Online BCA Best Website and Software Company in Allahabad