Write a Python program to find all words starting with 'a' or 'e' in a given string. Sample Solution:- Python Code: import re # Input. text = " ...
確定! 回上一頁