How many customers fall into this category?
Python Code:
num_customers = len(age_above_40)
print("Number of customers with Age greater than 40:", num_customers)