python program to print the characters of python text.

python program to print the characters of python text.

No alt text provided for this image
No alt text provided for this image


a = input(
counter = 0
length_of_a = len(a)
while counter < (length_of_a):
    print(a[counter])
    counter = (counter + 1)

)        

To view or add a comment, sign in

More articles by Srinivas Dusa

Insights from the community

Explore topics