Programming Examples
Python program to print letters of word
Write Python program to print letters of entered word
Output/ Explanation:
Enter any word : infomax
i
n
f
o
m
a
x
Write Python program to print letters of entered word
Output/ Explanation:
Enter any word : infomax
i
n
f
o
m
a
x