Computer Science, asked by arunkumarns2808, 5 months ago

write a program to print all the letter from word1 that also appear in word2 in Python

Answers

Answered by bannybannyavvari
3

Explanation:

An example task that we might want to repeat is printing each character in a word on a line of its ... print(word[0]) print(word[1]) print(word[2]) print(word[3]) ... a b c after the loop, letter is

Answered by akhil20007
0

........................

Attachments:
Similar questions