filmov
tv
String Example 3 - Fundamentals of Software Development with Python

Показать описание
Write a program that reads two strings and passes them to a function. The function processes the strings and for each character in the first string that has exactly the same character at the same index in the second string, it prints the character and the index.