Computer Science, asked by simuu17, 4 months ago

write a program to input a string and print each character of the string in different line

Answers

Answered by rizvishaikh260719
1

Answer:

write a program to input a string and print each character of the spelling of the different lights Mouse system of the different different design and the the print in pencil

Answered by atrs7391
4

strg = input("Enter string: ")

spl = strg.split()

for i in spl:

  print(i)

Similar questions