Variable number of nested for loops in Python
I am having trouble getting this to work and any help would be greatly appreciated. I want to have a variable number of nested for loops for the following code. The idea is to write every combination possible to a csv file. here is my code: ` ka = [0.217, 0.445] kb = [0.03, 0.05]… Read More Variable number of nested for loops in Python