ckwatson / kernel

Does the math.
GNU General Public License v3.0
0 stars 0 forks source link

Add iteration functionality to solution, condition, and puzzle classes #4

Open ngraymon opened 8 years ago

ngraymon commented 8 years ago

Usage case:

for item in condition:
    print(item)