def main(): print('==Exercise 3==') lst1=["Joe", "Sarah", "Mike", "Jess", "", "Matt", "", "Greg"] print(f"List:{lst1}") lst2=[] itr,lenlst = 0,len(lst1) while itr