for x, y in zip(a,b):
area = to_area(x, y)
if area > 10:
print(f"Area {area}")
>in python where you don't often use a namespace to store these intermediary variablesHm? Most python code is within a function, in my experience.