10. From the small Latin letters engraved with a dot at the end of each
The following text is provided. All rights reserved more than twice in the text
Print the letters.
text = input("Enter a text: ")
for i in text:
if i.isalpha():
print(i, end="")
Comments
Leave a comment