Programming Examples

Python program input string and prints its characters in different lines two characters per line


Write a python script that traverses through an input string and prints its characters in different lines – two characters per line.

Solution

s=input("Enter a String")
l=len(s)
j=0
for i in range(0,1):
    print(s[i],end='')
    j+=1
    if j%2==0:
        print('')
Output

Enter a String  infomaxacademy

in

fo

ma

xa

ca

de

my

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