Question customers = [“Kim”, “Gene”, “Lee”, “Zoltan”] spending = [502.23, 480.8, 300, 520] Using a while loop, write the code that will go through these lists and print out only the good customers and how much they spent last year:.
Question
customers = [“Kim”, “Gene”, “Lee”, “Zoltan”]spending = [502.23, 480.8, 300, 520]Using a
while loop, write the code that will go through these lists and print out only the good customers and how much they spent last year:.