9.8k views
19 votes
write a python program to find all words in a string which are at least 6 characters long and starts with a capital ‘a’ or small ‘a’.

1 Answer

6 votes

Answer:

. Write a Python program to check that a string contains only a certain set of characters (in this case a-z, A-Z and 0-9)

Step-by-step explanation:

. Write a Python program to check that a string contains only a certain set of characters (in this case a-z, A-Z and 0-9)

User AHmedRef
by
4.0k points