Ullasdwaraka/python_Compiler
0
1# define a word2word = "kallan"3 4# loop through each letter in the word5for letter in word:6 # print the letter7 print(letter)8 1# define a word2word = "kallan"3 4# loop through each letter in the word5for letter in word:6 # print the letter7 print(letter)8