Products of Array Except Self ( NeetCode ) ( Used // Instead of / )

So this is my overcomplicated solution for solving Product of Array Except Self without using the division (/) operator. Instead, I opted for the highly esteemed // (floor division), which technically lets me pass the test. ( I got blacklisted later on )