I encounter with cases like doing a function 6 time with no argument, or
same arguments over and over or doing some structral thing N times and I
dont know how elegant I can express that to the code. I dont know why but I
dont like this for _ in range(n): do() thing. Any suggestions?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to